socsvn commit: r257494 - soc2013/mattbw/backend

mattbw at FreeBSD.org mattbw at FreeBSD.org
Thu Sep 19 12:37:54 UTC 2013


Author: mattbw
Date: Thu Sep 19 12:37:54 2013
New Revision: 257494
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=257494

Log:
  We don't need to pull in gio, just glib.
  

Modified:
  soc2013/mattbw/backend/Makefile

Modified: soc2013/mattbw/backend/Makefile
==============================================================================
--- soc2013/mattbw/backend/Makefile	Thu Sep 19 11:06:58 2013	(r257493)
+++ soc2013/mattbw/backend/Makefile	Thu Sep 19 12:37:54 2013	(r257494)
@@ -69,7 +69,7 @@
 
 LIBDIR=		/usr/local/lib/packagekit-backend
 
-PKGS= 		pkg gio-2.0 gio-unix-2.0
+PKGS= 		pkg glib-2.0
 
 # ATF test flags
 TESTPROGS=					\


More information about the svn-soc-all mailing list