mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +00:00
gnome-disk-utility: use PACKAGECONFIG for nautilus extension
Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
cc08f7d436
commit
792a2b7fc0
@@ -3,7 +3,7 @@ DESCRIPTION = "GNOME disk utility"
|
|||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPLv2+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e9115d11797a5e6b746b4e9b90194564"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=e9115d11797a5e6b746b4e9b90194564"
|
||||||
|
|
||||||
DEPENDS = "glib-2.0 gtk+ libnotify libunique udisks avahi-ui virtual/libx11 libatasmart nautilus"
|
DEPENDS = "glib-2.0 gtk+ libnotify libunique udisks avahi-ui virtual/libx11 libatasmart"
|
||||||
|
|
||||||
PR = "r4"
|
PR = "r4"
|
||||||
|
|
||||||
@@ -20,6 +20,9 @@ SRC_URI += "\
|
|||||||
|
|
||||||
EXTRA_OECONF += "--disable-scrollkeeper"
|
EXTRA_OECONF += "--disable-scrollkeeper"
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= "nautilus"
|
||||||
|
PACKAGECONFIG[nautilus] = "--enable-nautilus-extension,--disable-nautilus-extension,nautilus"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
sed -i -e "s: help : :g" ${S}/Makefile.am
|
sed -i -e "s: help : :g" ${S}/Makefile.am
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user