All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-java][PATCH 1/6] icedtea7-native: provide packageconfig for giflib
@ 2017-09-24 21:05 Maxin B. John
  2017-09-24 21:05 ` [meta-java][PATCH 2/6] openjdk-7-common: provide packageconfig for giflib and krb5 Maxin B. John
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Maxin B. John @ 2017-09-24 21:05 UTC (permalink / raw)
  To: yocto

Provide PACKAGECONFIG for giflib to remove dependency on
meta-oe layer.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 recipes-core/icedtea/icedtea7-native.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc
index 55cb7e7..7b2f497 100644
--- a/recipes-core/icedtea/icedtea7-native.inc
+++ b/recipes-core/icedtea/icedtea7-native.inc
@@ -5,7 +5,7 @@ INC_PR = "r1"
 
 DEPENDS = "virtual/javac-native virtual/java-native classpath-native \
            rhino-native ant-native libxslt-native attr-native \
-           giflib-native jpeg-native libpng-native \
+           jpeg-native libpng-native \
            glib-2.0-native freetype-native zlib-native \
            fontconfig-native zip-native \
 	   unzip-native make-native util-linux-native\
@@ -13,6 +13,7 @@ DEPENDS = "virtual/javac-native virtual/java-native classpath-native \
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[x11] = ",--disable-headful,libx11-native xproto-native libxt-native libxext-native libxrender-native"
+PACKAGECONFIG[gif] = ",--disable-system-gif, giflib-native"
 
 OEMAKE_BUILD_HEADLESS_ONLY = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', 'BUILD_HEADLESS_ONLY=1', d)}"
 CFLAGS_append = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', ' -DHEADLESS=true', d)}"
-- 
2.4.0



^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-09-26 22:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-24 21:05 [meta-java][PATCH 1/6] icedtea7-native: provide packageconfig for giflib Maxin B. John
2017-09-24 21:05 ` [meta-java][PATCH 2/6] openjdk-7-common: provide packageconfig for giflib and krb5 Maxin B. John
2017-09-24 21:05 ` [meta-java][PATCH 3/6] openjdk-8-cross: provide packageconfig for krb5 Maxin B. John
2017-09-24 21:05 ` [meta-java][PATCH 4/6] openjdk-8-native: provide packageconfig for giflib Maxin B. John
2017-09-24 21:05 ` [meta-java][PATCH 5/6] bdwgc: import from meta-oe Maxin B. John
2017-09-25 13:05   ` Philip Balister
2017-09-26  8:19     ` Maxin B. John
2017-09-26 12:16       ` Philip Balister
2017-09-26 15:21         ` Maxin B. John
2017-09-26 19:59         ` Paul Eggleton
2017-09-26 22:14           ` Philip Balister
2017-09-26 22:22             ` Paul Eggleton
2017-09-24 21:05 ` [meta-java][PATCH 6/6] README: remove meta-oe from documentation Maxin B. John

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.