r50215 - /desktop/experimental/gnome-software/debian/rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Thu Sep 8 04:13:25 UTC 2016


Author: jbicha-guest
Date: Thu Sep  8 04:13:25 2016
New Revision: 50215

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50215
Log:
Use --enable-flatpak on linux

Modified:
    desktop/experimental/gnome-software/debian/rules

Modified: desktop/experimental/gnome-software/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-software/debian/rules?rev=50215&op=diff
==============================================================================
--- desktop/experimental/gnome-software/debian/rules	[utf-8] (original)
+++ desktop/experimental/gnome-software/debian/rules	[utf-8] Thu Sep  8 04:13:25 2016
@@ -6,8 +6,8 @@
 		--enable-odrs
 
 ifeq ($(DEB_HOST_ARCH_OS), linux)
-	# Enable Limba support on Linux
-	GS_CONFIGURE_FLAGS += --enable-limba
+	# Enable Flatpak and Limba support on Linux
+	GS_CONFIGURE_FLAGS += --enable-limba --enable-flatpak
 
 	# Enable fwupd support on supported architectures
 	ifneq (,$(findstring $(DEB_BUILD_ARCH), amd64 arm64 armhf i386))




More information about the pkg-gnome-commits mailing list