r50202 - /desktop/unstable/gdm3/debian/rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Wed Sep 7 20:39:49 UTC 2016
Author: biebl
Date: Wed Sep 7 20:39:49 2016
New Revision: 50202
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50202
Log:
Drop explicit --libdir from configure flags
This is automatically set already.
Fix the indentation of the conf flags while at it.
Modified:
desktop/unstable/gdm3/debian/rules
Modified: desktop/unstable/gdm3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/rules?rev=50202&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/rules [utf-8] (original)
+++ desktop/unstable/gdm3/debian/rules [utf-8] Wed Sep 7 20:39:49 2016
@@ -9,15 +9,15 @@
include /usr/share/dpkg/buildflags.mk
ifeq (linux,$(DEB_HOST_ARCH_OS))
- CONFFLAGS += \
- --enable-wayland-support \
- --with-selinux \
- --with-plymouth
+CONFFLAGS += \
+ --enable-wayland-support \
+ --with-selinux \
+ --with-plymouth
else
- CONFFLAGS += \
- --disable-wayland-support \
- --without-selinux \
- --with-vt-switch-workaround
+CONFFLAGS += \
+ --disable-wayland-support \
+ --without-selinux \
+ --with-vt-switch-workaround
endif
ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
@@ -51,7 +51,6 @@
X_SERVER_PATH="/usr/bin" \
X_SERVER="/usr/bin/Xorg" \
dh_auto_configure -- \
- --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
--libexecdir=\$${prefix}/lib/gdm3 \
--enable-ipv6=yes \
--with-at-spi-registryd-directory=/usr/lib/at-spi \
More information about the pkg-gnome-commits
mailing list