aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch
blob: 84b23709672ee39ea8d914e97790ab82c4051584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
From e710d8d4a3e3480416826c70d56ea3d2598a77e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
Date: Thu, 28 Mar 2013 23:41:03 +0100
Subject: [PATCH] reduce build to exo-csource only
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

exo-csource creates c-header files from glade resource output files. When
building xfce-packages from git instead of tarball this exo-csource-native is
required.

Upstream-Status: Inappropriate [configuration]

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 Makefile.am  |   10 +---------
 configure.ac |   20 --------------------
 2 files changed, 1 insertions(+), 29 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c2e3fff..79b0931 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,13 +1,5 @@
 SUBDIRS =								\
-	exo								\
-	exo-csource							\
-	exo-desktop-item-edit						\
-	exo-helper							\
-	exo-open							\
-	docs								\
-	icons								\
-	pixmaps								\
-	po
+	exo-csource
 
 AUTOMAKE_OPTIONS =							\
 	1.9								\
diff --git a/configure.ac b/configure.ac
index efcd62e..aac2495 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,15 +110,6 @@ AC_PROG_CC()
 AM_PROG_CC_C_O()
 AC_PROG_INSTALL()
 AC_PROG_INTLTOOL([0.31], [no-xml])
-AC_CHECK_PROGS([PERL], [perl5 perl])
-
-dnl ***************************************
-dnl *** Check for required Perl modules ***
-dnl ***************************************
-AC_PROG_PERL_MODULES([URI::Escape URI::file URI::URL], [],
-[
-  AC_MSG_ERROR([Atleast one of the required Perl modules (URI::Escape, URI::file and URI::URL) was not found on your system])
-])
 
 dnl ***************************************
 dnl *** Check for standard header files ***
@@ -165,17 +156,6 @@ dnl ***********************************
 dnl *** Check for required packages ***
 dnl ***********************************
 XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.30.0])
-XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.30.0])
-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.24.0])
-XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.30.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.10.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.10.0])
-XDT_CHECK_OPTIONAL_PACKAGE([GIO_UNIX], [gio-unix-2.0], [2.30.0], [gio-unix], [GIO-Unix features])
-
-dnl *********************
-dnl *** Check for X11 ***
-dnl *********************
-XDT_CHECK_LIBX11_REQUIRE()
 
 dnl *************************
 dnl *** Check for gtk-doc ***
-- 
1.7.4.4