* [Buildroot] [PATCH] package/lcdproc: remove freetype installation prefixes
@ 2017-06-03 16:36 Romain Naour
2017-06-03 16:56 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2017-06-03 16:36 UTC (permalink / raw)
To: buildroot
Since [1] (freetype 2.8), freetype-config is now a wrapper of
pkg-config. So we don't need to pass the freetype installation
prefixes on the configure command line anymore.
Setting freetype prefixes on the command line append the result
returned by pkg-config and the one provided on the command line.
FT2_CFLAGS='-I[...]/sysroot/usr/[...]/sysroot/usr/include/freetype2 -I[...]/usr/include'
This revert commit 3bdbe9abb90de0262832d5d545f239fa41fb0e91.
Fixes:
http://autobuild.buildroot.net/results/9c3/9c3f77e18ae244a2abb9ea70b6adebe215f143a6
[1] http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=1c513fbb8872bfac5631964963b6a751169a1ce6
Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
package/lcdproc/lcdproc.mk | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/package/lcdproc/lcdproc.mk b/package/lcdproc/lcdproc.mk
index bd37b7a..d86eb33 100644
--- a/package/lcdproc/lcdproc.mk
+++ b/package/lcdproc/lcdproc.mk
@@ -10,9 +10,7 @@ LCDPROC_LICENSE = GPL-2.0+
LCDPROC_LICENSE_FILES = COPYING
LCDPROC_MAKE = $(MAKE1)
-LCDPROC_CONF_OPTS = --enable-drivers=$(BR2_PACKAGE_LCDPROC_DRIVERS) \
- --with-ft-prefix="$(STAGING_DIR)/usr" \
- --with-ft-exec-prefix="$(STAGING_DIR)/usr"
+LCDPROC_CONF_OPTS = --enable-drivers=$(BR2_PACKAGE_LCDPROC_DRIVERS)
ifeq ($(BR2_PACKAGE_LCDPROC_MENUS),y)
LCDPROC_CONF_OPTS += --enable-lcdproc-menus
--
2.9.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] package/lcdproc: remove freetype installation prefixes
2017-06-03 16:36 [Buildroot] [PATCH] package/lcdproc: remove freetype installation prefixes Romain Naour
@ 2017-06-03 16:56 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-06-03 16:56 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 3 Jun 2017 18:36:26 +0200, Romain Naour wrote:
> Since [1] (freetype 2.8), freetype-config is now a wrapper of
> pkg-config. So we don't need to pass the freetype installation
> prefixes on the configure command line anymore.
>
> Setting freetype prefixes on the command line append the result
> returned by pkg-config and the one provided on the command line.
>
> FT2_CFLAGS='-I[...]/sysroot/usr/[...]/sysroot/usr/include/freetype2 -I[...]/usr/include'
>
> This revert commit 3bdbe9abb90de0262832d5d545f239fa41fb0e91.
>
> Fixes:
> http://autobuild.buildroot.net/results/9c3/9c3f77e18ae244a2abb9ea70b6adebe215f143a6
>
> [1] http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=1c513fbb8872bfac5631964963b6a751169a1ce6
>
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
> package/lcdproc/lcdproc.mk | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-06-03 16:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-03 16:36 [Buildroot] [PATCH] package/lcdproc: remove freetype installation prefixes Romain Naour
2017-06-03 16:56 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox