updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / plymouth-systemd-git / no-x11-no-gtk.patch
blobc7efa0851aa968e0c26a7d6a43109c6a48bd44fc
1 diff -Naur configure.ac.orig configure.ac
2 --- configure.ac.orig 2011-06-15 23:11:58.000000000 +0200
3 +++ configure.ac 2011-06-15 23:34:28.644565829 +0200
4 @@ -52,10 +52,6 @@
5 AC_SUBST(PANGO_LIBS)
6 fi
8 -PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.12.0 ])
9 -AC_SUBST(GTK_CFLAGS)
10 -AC_SUBST(GTK_LIBS)
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])
15 @@ -411,7 +407,6 @@
16 src/plugins/renderers/Makefile
17 src/plugins/renderers/frame-buffer/Makefile
18 src/plugins/renderers/drm/Makefile
19 - src/plugins/renderers/x11/Makefile
20 src/plugins/splash/Makefile
21 src/plugins/splash/throbgress/Makefile
22 src/plugins/splash/fade-throbber/Makefile
23 diff -Naur src/Makefile.am.orig src/Makefile.am
24 --- src/Makefile.am.orig 2011-06-09 09:47:21.000000000 +0200
25 +++ src/Makefile.am 2011-06-09 09:50:26.528517504 +0200
26 @@ -1,4 +1,4 @@
27 -SUBDIRS = libply libply-splash-core libply-splash-graphics . plugins client viewer tests
28 +SUBDIRS = libply libply-splash-core libply-splash-graphics . plugins client tests
29 if ENABLE_UPSTART_MONITORING
30 SUBDIRS += upstart-bridge
31 endif
32 diff -Naur src/plugins/renderers/Makefile.am.orig src/plugins/renderers/Makefile.am
33 --- src/plugins/renderers/Makefile.am.orig 2011-06-15 23:11:58.000000000 +0200
34 +++ src/plugins/renderers/Makefile.am 2011-06-15 23:39:24.532746170 +0200
35 @@ -1,3 +1,3 @@
36 -SUBDIRS = frame-buffer x11 drm
37 +SUBDIRS = frame-buffer drm
39 MAINTAINERCLEANFILES = Makefile.in