]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - plymouth/patches/plymouth-no-gtk.patch
Merge remote-tracking branch 'arne_f/autoconf'
[people/ms/ipfire-3.x.git] / plymouth / patches / plymouth-no-gtk.patch
1 diff -Nur plymouth-0.8.4.orig/configure.ac plymouth-0.8.4/configure.ac
2 --- plymouth-0.8.4.orig/configure.ac 2011-03-31 02:45:20.000000000 +0000
3 +++ plymouth-0.8.4/configure.ac 2011-11-04 10:12:55.436686905 +0000
4 @@ -52,10 +52,6 @@
5 AC_SUBST(PANGO_LIBS)
6 fi
7
8 -PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.12.0 ])
9 -AC_SUBST(GTK_CFLAGS)
10 -AC_SUBST(GTK_LIBS)
11 -
12 AC_ARG_ENABLE(libdrm_intel, AS_HELP_STRING([--enable-libdrm_intel],[enable building with libdrm_intel support]),enable_libdrm_intel=$enableval,enable_libdrm_intel=yes)
13 AM_CONDITIONAL(ENABLE_LIBDRM_INTEL, [test "$enable_libdrm_intel" = yes])
14
15 diff -Nur plymouth-0.8.4.orig/src/Makefile.am plymouth-0.8.4/src/Makefile.am
16 --- plymouth-0.8.4.orig/src/Makefile.am 2011-03-31 02:48:57.000000000 +0000
17 +++ plymouth-0.8.4/src/Makefile.am 2011-11-04 10:13:42.687191109 +0000
18 @@ -1,4 +1,4 @@
19 -SUBDIRS = libply libply-splash-core libply-splash-graphics . plugins client viewer tests
20 +SUBDIRS = libply libply-splash-core libply-splash-graphics . plugins client tests
21 if ENABLE_UPSTART_MONITORING
22 SUBDIRS += upstart-bridge
23 endif
24 diff -Nur plymouth-0.8.4.orig/src/plugins/renderers/Makefile.am plymouth-0.8.4/src/plugins/renderers/Makefile.am
25 --- plymouth-0.8.4.orig/src/plugins/renderers/Makefile.am 2011-02-01 19:22:26.000000000 +0000
26 +++ plymouth-0.8.4/src/plugins/renderers/Makefile.am 2011-11-04 10:14:15.185225691 +0000
27 @@ -1,3 +1,3 @@
28 -SUBDIRS = frame-buffer x11 drm
29 +SUBDIRS = frame-buffer drm
30
31 MAINTAINERCLEANFILES = Makefile.in
32