All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] qt5base: add tslib plugin
@ 2013-10-28  0:29 Ezequiel Garcia
  2013-10-28  9:11 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Ezequiel Garcia @ 2013-10-28  0:29 UTC (permalink / raw)
  To: buildroot

Add support for Tslib plugin.

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
---
 package/qt5/qt5base/Config.in  | 5 +++++
 package/qt5/qt5base/qt5base.mk | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/package/qt5/qt5base/Config.in b/package/qt5/qt5base/Config.in
index e433373..cfe8f02 100644
--- a/package/qt5/qt5base/Config.in
+++ b/package/qt5/qt5base/Config.in
@@ -185,4 +185,9 @@ config BR2_PACKAGE_QT5BASE_ICU
 	  This option enables ICU support in Qt5. This is for example
 	  needed for Qt5Webkit.
 
+config BR2_PACKAGE_QT5BASE_TSLIB
+	bool "Enable Tslib support"
+	select BR2_PACKAGE_TSLIB
+	help
+	  This options enables the Tslib plugin
 endif
diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk
index 0106c2c..ce78d31 100644
--- a/package/qt5/qt5base/qt5base.mk
+++ b/package/qt5/qt5base/qt5base.mk
@@ -128,6 +128,9 @@ QT5BASE_DEPENDENCIES   += $(if $(BR2_PACKAGE_QT5BASE_PNG),libpng)
 QT5BASE_CONFIGURE_OPTS += $(if $(BR2_PACKAGE_QT5BASE_DBUS),-dbus,-no-dbus)
 QT5BASE_DEPENDENCIES   += $(if $(BR2_PACKAGE_QT5BASE_DBUS),dbus)
 
+QT5BASE_CONFIGURE_OPTS += $(if $(BR2_PACKAGE_QT5BASE_TSLIB),-tslib,-no-tslib)
+QT5BASE_DEPENDENCIES   += $(if $(BR2_PACKAGE_QT5BASE_TSLIB),tslib)
+
 QT5BASE_CONFIGURE_OPTS += $(if $(BR2_PACKAGE_LIBGLIB2),-glib,-no-glib)
 QT5BASE_DEPENDENCIES   += $(if $(BR2_PACKAGE_LIBGLIB2),libglib2)
 
-- 
1.8.1.5

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

* [Buildroot] [PATCH] qt5base: add tslib plugin
  2013-10-28  0:29 [Buildroot] [PATCH] qt5base: add tslib plugin Ezequiel Garcia
@ 2013-10-28  9:11 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-10-28  9:11 UTC (permalink / raw)
  To: buildroot

>>>>> "Ezequiel" == Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> writes:

 > Add support for Tslib plugin.
 > Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
 > ---
 >  package/qt5/qt5base/Config.in  | 5 +++++
 >  package/qt5/qt5base/qt5base.mk | 3 +++
 >  2 files changed, 8 insertions(+)

 > diff --git a/package/qt5/qt5base/Config.in b/package/qt5/qt5base/Config.in
 > index e433373..cfe8f02 100644
 > --- a/package/qt5/qt5base/Config.in
 > +++ b/package/qt5/qt5base/Config.in
 > @@ -185,4 +185,9 @@ config BR2_PACKAGE_QT5BASE_ICU
 >  	  This option enables ICU support in Qt5. This is for example
 >  	  needed for Qt5Webkit.
 
 > +config BR2_PACKAGE_QT5BASE_TSLIB
 > +	bool "Enable Tslib support"
 > +	select BR2_PACKAGE_TSLIB
 > +	help
 > +	  This options enables the Tslib plugin

Tslib depends on !BR2_PREFER_STATIC_LIB, so you need to propagate that
dependency and show a comment line if not available.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-10-28  9:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-28  0:29 [Buildroot] [PATCH] qt5base: add tslib plugin Ezequiel Garcia
2013-10-28  9:11 ` Peter Korsgaard

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.