qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 3/6] pixman: disable gtk


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 3/6] pixman: disable gtk
Date: Tue, 13 Nov 2012 09:42:10 +0100

gtk isn only needed to build test cases.
Disable it to simplify the build.

Signed-off-by: Gerd Hoffmann <address@hidden>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 7b267c9..0d2ce50 100644
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,7 @@ subdir-pixman: pixman/Makefile
        $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C pixman V="$(V)" 
all,)
 
 pixman/Makefile: $(SRC_PATH)/pixman/configure
-       (cd pixman; CC="$(CC)" LD="$(LD)" AR="$(AR)" NM="$(NM)" 
RANLIB="$(RANLIB)" $(SRC_PATH)/pixman/configure --disable-shared 
--enable-static)
+       (cd pixman; CC="$(CC)" LD="$(LD)" AR="$(AR)" NM="$(NM)" 
RANLIB="$(RANLIB)" $(SRC_PATH)/pixman/configure --disable-gtk --disable-shared 
--enable-static)
 
 $(SRC_PATH)/pixman/configure:
        (cd $(SRC_PATH)/pixman; autoreconf -v --install)
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]