mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
gnome-photos: update dependencies
- add PACKAGECONFIG for DOC -remove references to TMPDIR Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -4,19 +4,19 @@ LICENSE = "GPL-3.0-only"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
|
cairo \
|
||||||
glib-2.0-native \
|
glib-2.0-native \
|
||||||
gdk-pixbuf-native \
|
gdk-pixbuf-native \
|
||||||
librsvg-native \
|
librsvg-native \
|
||||||
gtk+3 \
|
gtk+3 \
|
||||||
babl \
|
babl \
|
||||||
|
dbus \
|
||||||
gegl \
|
gegl \
|
||||||
geocode-glib \
|
geocode-glib \
|
||||||
|
gexiv2 \
|
||||||
gnome-online-accounts \
|
gnome-online-accounts \
|
||||||
grilo \
|
|
||||||
gsettings-desktop-schemas \
|
gsettings-desktop-schemas \
|
||||||
libdazzle \
|
libdazzle \
|
||||||
libgdata \
|
|
||||||
gfbgraph \
|
|
||||||
tracker \
|
tracker \
|
||||||
libhandy \
|
libhandy \
|
||||||
libportal \
|
libportal \
|
||||||
@@ -31,6 +31,9 @@ def gnome_verdir(v):
|
|||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
|
PACKAGECONFIG ?= ""
|
||||||
|
PACKAGECONFIG[doc] = "-Dmanuals=true,-Dmanuals=false,libxslt-native docbook-xsl-stylesheets-native"
|
||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "c7ac7458d533f29d955011c74b76224d79ea31bcc12e9d6d0ce7b6c3704d08e1"
|
SRC_URI[archive.sha256sum] = "c7ac7458d533f29d955011c74b76224d79ea31bcc12e9d6d0ce7b6c3704d08e1"
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
@@ -44,4 +47,12 @@ FILES:${PN} += " \
|
|||||||
${datadir}/gnome-shell \
|
${datadir}/gnome-shell \
|
||||||
"
|
"
|
||||||
|
|
||||||
RRECOMMENDS:${PN} = "grilo-plugins"
|
do_compile:append() {
|
||||||
|
# glib-mkenums is embedding full paths into this file. There's no
|
||||||
|
# option to it to use a sysroot style variable. So to avoid QA
|
||||||
|
# errors, we sed WORKDIR out and make its includes relative
|
||||||
|
sed -i "s|${B}||" src/photos-enums.h
|
||||||
|
sed -i "s|${B}||" src/photos-enums.c
|
||||||
|
sed -i "s|${B}||" src/photos-enums-gegl.c
|
||||||
|
sed -i "s|${B}||" src/photos-enums-gegl.h
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user