* [Buildroot] [PATCH 1/1] package/fltk: add optional xlib_libXrender dependency
@ 2019-03-17 15:29 Fabrice Fontaine
2019-03-17 16:07 ` Thomas Petazzoni
2019-03-27 14:29 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2019-03-17 15:29 UTC (permalink / raw)
To: buildroot
xlib_libXrender is enabled by default and has been added since version
1.3.4-1 and
https://github.com/fltk/fltk/commit/a6c4b29a184ce7708819f4706877eedcd99a30f5
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/fltk/fltk.mk | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/package/fltk/fltk.mk b/package/fltk/fltk.mk
index 611d79da50..c37a13176c 100644
--- a/package/fltk/fltk.mk
+++ b/package/fltk/fltk.mk
@@ -54,4 +54,11 @@ else
FLTK_CONF_OPTS += --disable-xinerama
endif
+ifeq ($(BR2_PACKAGE_XLIB_LIBXRENDER),y)
+FLTK_DEPENDENCIES += xlib_libXrender
+FLTK_CONF_OPTS += --enable-xrender
+else
+FLTK_CONF_OPTS += --disable-xrender
+endif
+
$(eval $(autotools-package))
--
2.14.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/fltk: add optional xlib_libXrender dependency
2019-03-17 15:29 [Buildroot] [PATCH 1/1] package/fltk: add optional xlib_libXrender dependency Fabrice Fontaine
@ 2019-03-17 16:07 ` Thomas Petazzoni
2019-03-27 14:29 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-03-17 16:07 UTC (permalink / raw)
To: buildroot
On Sun, 17 Mar 2019 16:29:29 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> xlib_libXrender is enabled by default and has been added since version
> 1.3.4-1 and
> https://github.com/fltk/fltk/commit/a6c4b29a184ce7708819f4706877eedcd99a30f5
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/fltk/fltk.mk | 7 +++++++
> 1 file changed, 7 insertions(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/fltk: add optional xlib_libXrender dependency
2019-03-17 15:29 [Buildroot] [PATCH 1/1] package/fltk: add optional xlib_libXrender dependency Fabrice Fontaine
2019-03-17 16:07 ` Thomas Petazzoni
@ 2019-03-27 14:29 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-03-27 14:29 UTC (permalink / raw)
To: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> xlib_libXrender is enabled by default and has been added since version
> 1.3.4-1 and
> https://github.com/fltk/fltk/commit/a6c4b29a184ce7708819f4706877eedcd99a30f5
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2018.02.x, 2018.11.x and 2019.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-03-27 14:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-17 15:29 [Buildroot] [PATCH 1/1] package/fltk: add optional xlib_libXrender dependency Fabrice Fontaine
2019-03-17 16:07 ` Thomas Petazzoni
2019-03-27 14:29 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox