diff options
author | Stanislav Brabec <utx@penguin.cz> | 2010-02-10 23:27:26 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2010-02-10 23:27:26 +0000 |
commit | e372bba85f7c39f5930fda6605482bf5ddff5ac3 (patch) | |
tree | 2a0d5ef8ae2d55ebffd90644289d60042ddb19b5 /recipes | |
parent | 4af92512ba4b72b3d901b571c2b5004b7e999537 (diff) |
gtk+-native: Added missing DEPENDS, don't build print backend that would require cups-native.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gtk+/gtk+-native_2.12.11.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/gtk+/gtk+-native_2.12.11.bb b/recipes/gtk+/gtk+-native_2.12.11.bb index 812c354ad0..a53dcdef54 100644 --- a/recipes/gtk+/gtk+-native_2.12.11.bb +++ b/recipes/gtk+/gtk+-native_2.12.11.bb @@ -3,12 +3,12 @@ require gtk+_2.12.11.bb inherit native -DEPENDS += "atk-native pango-native cairo-native" +DEPENDS += "atk-native pango-native cairo-native libx11-native libxext-native libxrender-native" PROVIDES = "gtk+-native" -EXTRA_OECONF += "--without-libtiff --disable-modules" +EXTRA_OECONF += "--without-libtiff --disable-modules --disable-cups" -PR = "r2" +PR = "r3" do_install_append() { |