mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
leadpad/pcmanfm/puzzles: Make libowl optional
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Joshua Lock
parent
a68bc3912a
commit
76f6ab09ca
@@ -1,8 +1,9 @@
|
||||
LICENSE = "GPLv2"
|
||||
DEPENDS = "gtk+ intltool-native libowl"
|
||||
DEPENDS = "gtk+ intltool-native"
|
||||
DEPENDS_append_poky = " libowl"
|
||||
SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \
|
||||
file://leafpad.desktop"
|
||||
PR = "r9"
|
||||
PR = "r10"
|
||||
|
||||
SRC_URI_append_poky += " file://owl-menu.patch;patch=1 "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user