git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e18e677
)
libgksu: Add --disable-gtk-doc to recipe.
author
David-John Willis
<John.Willis@Distant-earth.com>
Wed, 2 Dec 2009 19:27:54 +0000
(19:27 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 4 Dec 2009 09:43:10 +0000
(10:43 +0100)
recipes/sudo/libgksu_2.0.12.bb
patch
|
blob
|
history
diff --git
a/recipes/sudo/libgksu_2.0.12.bb
b/recipes/sudo/libgksu_2.0.12.bb
index
639a4b2
..
e5bd10e
100644
(file)
--- a/
recipes/sudo/libgksu_2.0.12.bb
+++ b/
recipes/sudo/libgksu_2.0.12.bb
@@
-1,13
+1,17
@@
DESCRIPTION = "Gksu authorization library"
LICENSE = "LGPLv2"
-
DEPENDS = "gtk+ gconf startup-notification gnome-keyring libgtop"
+RRECOMMENDS_${PN} = "gksu"
+PR = "r1"
SRC_URI = "http://people.debian.org/~kov/gksu/libgksu-${PV}.tar.gz"
inherit autotools lib_package
+EXTRA_OECONF += " \
+ --disable-gtk-doc \
+"
+
FILES_${PN}-bin += "${datadir}/applications/gksu-properties.desktop \
${datadir}/pixmaps/gksu.png \
"
-