Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2013 12:37:54 GMT
From:      mattbw@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r257494 - soc2013/mattbw/backend
Message-ID:  <201309191237.r8JCbssT018799@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=					\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309191237.r8JCbssT018799>