comparison x11/xorg-server/xorg-server.sh @ 541:cacbd9d3d3a8

x11: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:30:00 +0200
parents 2416430cff0b
children bad483aace64
comparison
equal deleted inserted replaced
540:55d07eb631e4 541:cacbd9d3d3a8
66 LDFLAGS="$LDFLAGS" \ 66 LDFLAGS="$LDFLAGS" \
67 LIBS="$LIBS" \ 67 LIBS="$LIBS" \
68 ./configure \ 68 ./configure \
69 --build=$CBUILD \ 69 --build=$CBUILD \
70 --host=$CHOST \ 70 --host=$CHOST \
71 --prefix=/usr \ 71 --prefix=/ \
72 --localstatedir=/var \
73 --enable-pciaccess \ 72 --enable-pciaccess \
74 --enable-libdrm \ 73 --enable-libdrm \
75 --disable-systemd-logind \ 74 --disable-systemd-logind \
76 --disable-unit-tests \ 75 --disable-unit-tests \
77 $with_glamor \ 76 $with_glamor \
78 $with_udev \ 77 $with_udev \
79 $with_wayland 78 $with_wayland
80 make 79 make
81 make install DESTDIR=$DESTDIR 80 make install DESTDIR=$DESTDIR
82 rm -f $DESTDIR/usr/lib/xorg/modules/drivers/*.la 81 rm -f $DESTDIR/lib/xorg/modules/drivers/*.la
83 rm -f $DESTDIR/usr/lib/xorg/modules/extensions/*.la 82 rm -f $DESTDIR/lib/xorg/modules/extensions/*.la
84 rm -f $DESTDIR/usr/lib/xorg/modules/*.la 83 rm -f $DESTDIR/lib/xorg/modules/*.la
85 84
86 popd 85 popd
87 rm -rf $PKGNAME-$PKGVERSION 86 rm -rf $PKGNAME-$PKGVERSION
88 } 87 }