summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch')
-rw-r--r--meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch80
1 files changed, 80 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch b/meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch
new file mode 100644
index 000000000..84b237096
--- /dev/null
+++ b/meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch
@@ -0,0 +1,80 @@
1From e710d8d4a3e3480416826c70d56ea3d2598a77e4 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Thu, 28 Mar 2013 23:41:03 +0100
4Subject: [PATCH] reduce build to exo-csource only
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9exo-csource creates c-header files from glade resource output files. When
10building xfce-packages from git instead of tarball this exo-csource-native is
11required.
12
13Upstream-Status: Inappropriate [configuration]
14
15Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
16---
17 Makefile.am | 10 +---------
18 configure.ac | 20 --------------------
19 2 files changed, 1 insertions(+), 29 deletions(-)
20
21diff --git a/Makefile.am b/Makefile.am
22index c2e3fff..79b0931 100644
23--- a/Makefile.am
24+++ b/Makefile.am
25@@ -1,13 +1,5 @@
26 SUBDIRS = \
27- exo \
28- exo-csource \
29- exo-desktop-item-edit \
30- exo-helper \
31- exo-open \
32- docs \
33- icons \
34- pixmaps \
35- po
36+ exo-csource
37
38 AUTOMAKE_OPTIONS = \
39 1.9 \
40diff --git a/configure.ac b/configure.ac
41index efcd62e..aac2495 100644
42--- a/configure.ac
43+++ b/configure.ac
44@@ -110,15 +110,6 @@ AC_PROG_CC()
45 AM_PROG_CC_C_O()
46 AC_PROG_INSTALL()
47 AC_PROG_INTLTOOL([0.31], [no-xml])
48-AC_CHECK_PROGS([PERL], [perl5 perl])
49-
50-dnl ***************************************
51-dnl *** Check for required Perl modules ***
52-dnl ***************************************
53-AC_PROG_PERL_MODULES([URI::Escape URI::file URI::URL], [],
54-[
55- AC_MSG_ERROR([Atleast one of the required Perl modules (URI::Escape, URI::file and URI::URL) was not found on your system])
56-])
57
58 dnl ***************************************
59 dnl *** Check for standard header files ***
60@@ -165,17 +156,6 @@ dnl ***********************************
61 dnl *** Check for required packages ***
62 dnl ***********************************
63 XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.30.0])
64-XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.30.0])
65-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.24.0])
66-XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.30.0])
67-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.10.0])
68-XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.10.0])
69-XDT_CHECK_OPTIONAL_PACKAGE([GIO_UNIX], [gio-unix-2.0], [2.30.0], [gio-unix], [GIO-Unix features])
70-
71-dnl *********************
72-dnl *** Check for X11 ***
73-dnl *********************
74-XDT_CHECK_LIBX11_REQUIRE()
75
76 dnl *************************
77 dnl *** Check for gtk-doc ***
78--
791.7.4.4
80