[Lunar-commits] <moonbase-gnome> gdk-pixbuf: make X11 optional
v4hn
me at v4hn.de
Sun Oct 28 11:00:16 CET 2012
commit 6513d39a3ca75da265ed416fae1c6dbb7a483d2d
Author: elh <etherlaugh at me.com>
Date: Sun, 28 Oct 2012 03:00:16 -0700
URL: https://github.com/lunar-linux/moonbase-gnome/commit/6513d39a3ca75da265ed416fae1c6dbb7a483d2d
gdk-pixbuf: make X11 optional
---
platform/gdk-pixbuf/BUILD | +0/-3
platform/gdk-pixbuf/DEPENDS | +5/-0
2 files changed, 5 insertions(+), 3 deletions(-)
--- a/platform/gdk-pixbuf/BUILD
+++ b/platform/gdk-pixbuf/BUILD
@@ -4,9 +4,6 @@
sedit "s/SUBDIRS = gdk-pixbuf po docs/SUBDIRS = gdk-pixbuf po/g" Makefile.in
fi &&
- # Needed by Adobe acrobat reader
- OPTS="$OPTS --with-x11"
-
default_build
) > $C_FIFO 2>&1
--- a/platform/gdk-pixbuf/DEPENDS
+++ b/platform/gdk-pixbuf/DEPENDS
@@ -24,3 +24,8 @@ optional_depends "gobject-introspection" \
"--enable-introspection" \
"--disable-introspection" \
"for gobject introspection support"
+
+optional_depends "libX11" \
+ "--with-x11" \
+ "--without-x11" \
+ "for X11 support (needed by Adobe Acrobat Reader)"
More information about the Lunar-commits
mailing list