public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/gdk-pixbuf/files: gdk-pixbuf-2.21.4-fix-automagic-x11.patch
@ 2010-09-24 22:51 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 2+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2010-09-24 22:51 UTC (permalink / raw
  To: gentoo-commits

nirbheek    10/09/24 22:51:13

  Added:                gdk-pixbuf-2.21.4-fix-automagic-x11.patch
  Log:
  Add gdk-pixbuf, split off gtk+ so it can be shared b/w gtk+:2 and gtk+:3. Inherits gtk's keywords.
  
  (Portage version: 2.1.9.10/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.21.4-fix-automagic-x11.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.21.4-fix-automagic-x11.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.21.4-fix-automagic-x11.patch?rev=1.1&content-type=text/plain

Index: gdk-pixbuf-2.21.4-fix-automagic-x11.patch
===================================================================
Adds a new configure option to remove the automagic dependency on libX11.

--- configure.ac
+++ configure.ac
@@ -929,7 +929,18 @@ GDK_PIXBUF_XLIB_PACKAGES=
 GDK_PIXBUF_XLIB_EXTRA_CFLAGS=
 GDK_PIXBUF_XLIB_EXTRA_LIBS=
 
-if $PKG_CONFIG --exists x11; then
+AC_ARG_WITH(x11,
+            AC_HELP_STRING([--with-x11=@<:@no/auto/yes@:>@],
+                           [build X11 support @<:@default=auto@:>@]),,
+            [
+              if $PKG_CONFIG --exists x11; then
+                with_x11=yes
+              else
+                with_x11=no
+              fi
+            ])
+
+if test x$with_x11 = xyes; then
   AM_CONDITIONAL(USE_X11, true)
   PKG_CHECK_MODULES(GDK_PIXBUF_XLIB_DEP, x11 gobject-2.0)
 else






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/gdk-pixbuf/files: gdk-pixbuf-2.21.4-fix-automagic-x11.patch
@ 2012-11-10  5:54 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-11-10  5:54 UTC (permalink / raw
  To: gentoo-commits

tetromino    12/11/10 05:54:13

  Removed:              gdk-pixbuf-2.21.4-fix-automagic-x11.patch
  Log:
  Version bump, fixes crashes with >glib-2.35. Drop useless USE=doc, it only regenerated documentation. Update license. Drop old.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-10  5:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-10  5:54 [gentoo-commits] gentoo-x86 commit in x11-libs/gdk-pixbuf/files: gdk-pixbuf-2.21.4-fix-automagic-x11.patch Alexandre Rostovtsev (tetromino)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-24 22:51 Nirbheek Chauhan (nirbheek)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox