summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libfm/libfm_0.1.12.bb
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-11-18 00:49:38 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-11-18 13:30:28 -0800
commitdfc8bf318ffa0c76dc08c032d48b3a04b7fa1adf (patch)
tree0290fe8a099fdeec232e3a64ee8a30075c6862b6 /meta/recipes-support/libfm/libfm_0.1.12.bb
parenta79165c616a3e60a0e8e127394fda53f467455b0 (diff)
downloadpoky-dfc8bf318ffa0c76dc08c032d48b3a04b7fa1adf.tar.gz
libfm: add missing definitions and declarations
Some macro definitions are missing in the new glib headers, which are needed by libfm. Add these to fix the libfm build issue. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/libfm/libfm_0.1.12.bb')
-rw-r--r--meta/recipes-support/libfm/libfm_0.1.12.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/libfm/libfm_0.1.12.bb b/meta/recipes-support/libfm/libfm_0.1.12.bb
index 83e6af8523..31f78a0a17 100644
--- a/meta/recipes-support/libfm/libfm_0.1.12.bb
+++ b/meta/recipes-support/libfm/libfm_0.1.12.bb
@@ -10,8 +10,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
10SECTION = "x11/libs" 10SECTION = "x11/libs"
11DEPENDS = "gtk+ menu-cache intltool" 11DEPENDS = "gtk+ menu-cache intltool"
12 12
13PR = "r0" 13PR = "r1"
14 14
15SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz" 15SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz \
16 file://add_missing.patch"
16 17
17inherit autotools pkgconfig 18inherit autotools pkgconfig