mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
webkitgtk: remove gnome-common dependency
webkitgtk ported to CMake long ago, so by definition can't use gnome-common's autoconf macros anymore. (From OE-Core rev: 90890eca6cbefb42f1e63231c93dfe4de4dab014) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1b6ffd9151
commit
b73ebda2ef
@@ -29,7 +29,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
|||||||
|
|
||||||
DEPENDS = "zlib libsoup-2.4 curl libxml2 cairo libxslt libxt libidn gnutls \
|
DEPENDS = "zlib libsoup-2.4 curl libxml2 cairo libxslt libxt libidn gnutls \
|
||||||
gtk+3 gstreamer1.0 gstreamer1.0-plugins-base flex-native gperf-native sqlite3 \
|
gtk+3 gstreamer1.0 gstreamer1.0-plugins-base flex-native gperf-native sqlite3 \
|
||||||
pango icu bison-native gnome-common gawk intltool-native libwebp \
|
pango icu bison-native gawk intltool-native libwebp \
|
||||||
atk udev harfbuzz jpeg libpng pulseaudio librsvg libtheora libvorbis libxcomposite libxtst \
|
atk udev harfbuzz jpeg libpng pulseaudio librsvg libtheora libvorbis libxcomposite libxtst \
|
||||||
ruby-native libnotify gstreamer1.0-plugins-bad \
|
ruby-native libnotify gstreamer1.0-plugins-bad \
|
||||||
"
|
"
|
||||||
@@ -85,4 +85,3 @@ ARM_INSTRUCTION_SET = "arm"
|
|||||||
# qemu: uncaught target signal 11 (Segmentation fault) - core dumped
|
# qemu: uncaught target signal 11 (Segmentation fault) - core dumped
|
||||||
# Segmentation fault
|
# Segmentation fault
|
||||||
EXTRA_OECMAKE_append_powerpc = " -DENABLE_INTROSPECTION=OFF "
|
EXTRA_OECMAKE_append_powerpc = " -DENABLE_INTROSPECTION=OFF "
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user