r49746 - /desktop/unstable/cogl/debian/rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Aug 30 10:23:27 UTC 2016


Author: biebl
Date: Tue Aug 30 10:23:27 2016
New Revision: 49746

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49746
Log:
Reformat debian/rules a little

Modified:
    desktop/unstable/cogl/debian/rules

Modified: desktop/unstable/cogl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/rules?rev=49746&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/rules	[utf-8] (original)
+++ desktop/unstable/cogl/debian/rules	[utf-8] Tue Aug 30 10:23:27 2016
@@ -2,10 +2,15 @@
 
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+%:
+	dh $@ --with autoreconf,gir,gnome
+
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),armel armhf))
-CONFFLAGS = --with-default-driver=gles2
+CONFFLAGS += \
+	--with-default-driver=gles2
 else
-CONFFLAGS = --with-default-driver=gl
+CONFFLAGS += \
+	--with-default-driver=gl
 endif
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
@@ -14,9 +19,6 @@
 	--enable-wayland-egl-server \
 	--enable-kms-egl-platform
 endif
-
-%:
-	dh $@ --with autoreconf,gir,gnome
 
 override_dh_auto_configure:
 	dh_auto_configure -- \




More information about the pkg-gnome-commits mailing list