summaryrefslogtreecommitdiffstats
path: root/meta/packages/puzzles
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-12-07 17:21:56 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-12-07 17:21:56 +0000
commitc924e982629353c53561de2f8f64af0dc12f8927 (patch)
tree3b333d0b1f33cca46fa99e8b4f4a53140fd15283 /meta/packages/puzzles
parentaeabb07d859f5ae3651e515bef9ff11aee93f6d3 (diff)
downloadopenembedded-core-c924e982629353c53561de2f8f64af0dc12f8927.tar.gz
leadpad/pcmanfm/puzzles: Make libowl optional
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/puzzles')
-rw-r--r--meta/packages/puzzles/oh-puzzles_svn.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/puzzles/oh-puzzles_svn.bb b/meta/packages/puzzles/oh-puzzles_svn.bb
index eb66137552..81be59729e 100644
--- a/meta/packages/puzzles/oh-puzzles_svn.bb
+++ b/meta/packages/puzzles/oh-puzzles_svn.bb
@@ -1,18 +1,19 @@
DESCRIPTION = "Portable Puzzle Collection"
LICENSE = "MIT"
SECTION = "x11"
-DEPENDS = "gtk+ gconf intltool-native librsvg libowl"
+DEPENDS = "gtk+ gconf intltool-native librsvg"
+DEPENDS_append_poky = " libowl"
PV = "0.1+svnr${SRCREV}"
-PR = "r9"
+PR = "r10"
bindir = "/usr/games"
inherit autotools pkgconfig
SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http"
-
SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;patch=1;pnum=0 "
+
S = "${WORKDIR}/${PN}"
EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1"