Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/1] libsdl: Add support for libsdl-native
@ 2013-12-17 16:33 Andrei Gherzan
  2013-12-17 16:47 ` Paul Eggleton
  0 siblings, 1 reply; 11+ messages in thread
From: Andrei Gherzan @ 2013-12-17 16:33 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexandru Niculita

From: Alexandru Niculita <alexnick87@gmail.com>

Change-Id: I4fb1e623c7bbb1f35ae3001c839cd7e16ce1bd65
Signed-off-by: Alexandru Niculita <alexnick87@gmail.com>
---
 meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
index 4b4ff63..84d3ad6 100644
--- a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
+++ b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
@@ -17,6 +17,7 @@ DEPENDS = "${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)} \
            ${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxext libxrandr libxrender', '', d)} \
            tslib"
 DEPENDS_class-nativesdk = "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/nativesdk-libx11 nativesdk-libxrandr nativesdk-libxrender nativesdk-libxext', '', d)}"
+DEPENDS_class-native = "${@base_contains('DISTRO_FEATURES', 'x11', 'libx11-native libxrandr-native libxrender-native libxext-native', '', d)}"
 
 PR = "r2"
 
@@ -63,4 +64,4 @@ do_configure_prepend() {
         export SYSROOT=$PKG_CONFIG_SYSROOT_DIR
 }
 
-BBCLASSEXTEND = "nativesdk"
+BBCLASSEXTEND = "nativesdk native"
-- 
1.8.1.4



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

end of thread, other threads:[~2014-01-28  0:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17 16:33 [PATCH 1/1] libsdl: Add support for libsdl-native Andrei Gherzan
2013-12-17 16:47 ` Paul Eggleton
2013-12-17 16:51   ` Andrei Gherzan
2013-12-17 16:53     ` Paul Eggleton
2013-12-17 17:01       ` Andrei Gherzan
2014-01-03 14:58         ` Andrei Gherzan
2014-01-13 14:09           ` Paul Eggleton
2014-01-19 18:08             ` Andrei Gherzan
     [not found]               ` <CA+0k_w968Jt7sQktJnH9PLrxnLqs6pF37S6tba8PYn=QksoqNA@mail.gmail.com>
2014-01-27 20:29                 ` Andrei Gherzan
2014-01-27 22:50                   ` Paul Eggleton
2014-01-28  0:35                     ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox