diff options
Diffstat (limited to 'meta/recipes-support/atk')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-atk_2.12.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.12.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.12.0.bb b/meta/recipes-support/atk/at-spi2-atk_2.12.0.bb index dac5ab415b..db6dc9032c 100644 --- a/meta/recipes-support/atk/at-spi2-atk_2.12.0.bb +++ b/meta/recipes-support/atk/at-spi2-atk_2.12.0.bb | |||
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "3b5467c9f169812bc36a4245355b7deedea0a62eb22153df96ced88dcd | |||
10 | 10 | ||
11 | DEPENDS = "dbus glib-2.0 atk at-spi2-core" | 11 | DEPENDS = "dbus glib-2.0 atk at-spi2-core" |
12 | 12 | ||
13 | inherit autotools | 13 | inherit autotools pkgconfig |
14 | 14 | ||
15 | PACKAGES =+ "${PN}-gnome ${PN}-gtk2" | 15 | PACKAGES =+ "${PN}-gnome ${PN}-gtk2" |
16 | 16 | ||
diff --git a/meta/recipes-support/atk/at-spi2-core_2.12.0.bb b/meta/recipes-support/atk/at-spi2-core_2.12.0.bb index bdda15ad8a..31e133fe43 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.12.0.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.12.0.bb | |||
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "db550edd98e53b4252521459c2dcaf0f3b060a9bad52489b9dbadbaeda | |||
10 | 10 | ||
11 | DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native" | 11 | DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native" |
12 | 12 | ||
13 | inherit autotools gtk-doc | 13 | inherit autotools gtk-doc pkgconfig |
14 | 14 | ||
15 | EXTRA_OECONF = "--disable-introspection --disable-xevie" | 15 | EXTRA_OECONF = "--disable-introspection --disable-xevie" |
16 | 16 | ||