kumquat-buildroot/package/qt5
Bernd Kuhls 487775b6e9 package/qt5/qt5base: fix PKG_CONFIG_LIBDIR
By default pkgconf searches "${libdir}/pkgconfig:${datadir}/pkgconfig"
for .pc files:
844f0a6662/configure.ac (L41)

The new xorgproto package installs .pc files to ${datadir}/pkgconfig
whichs translates to $(STAGING_DIR)/usr/share/pkgconfig, for example
dri3proto:
https://cgit.freedesktop.org/xorg/proto/xorgproto/tree/Makefile.am#n65

whereas the old xproto_ packages installed their .pc files to
${libdir}/pkgconfig:
https://cgit.freedesktop.org/xorg/proto/dri3proto/tree/Makefile.am?id=3937f72040b79c7245b261da880364177cc40a6e#n4

Normally this upstream change is not a problem because pkgconf searches
both paths for .pc files, unless we define PKG_CONFIG_LIBDIR with
something else like we did for the last six years ;)
https://github.com/buildroot/buildroot/blame/master/package/qt5/qt5base/qt5base.mk#L280

This patch removes all variables concerning pkgconf paths. At the time
the qt5base package was introduced the pkgconf wrapper did not exist.
Today these variables are not necessary anymore.

Fixes
http://autobuild.buildroot.net/results/061/06159500c27026d56a772fafbb0d956c72dd4e6c/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-08-05 12:54:51 +02:00
..
qt5base package/qt5/qt5base: fix PKG_CONFIG_LIBDIR 2018-08-05 12:54:51 +02:00
qt5canvas3d qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5charts qt5charts: fix license information 2018-07-02 23:02:42 +02:00
qt5connectivity qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5declarative qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5enginio
qt5graphicaleffects qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5imageformats qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5location qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5multimedia qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5quickcontrols qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5quickcontrols2 qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5script qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5scxml qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5sensors qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5serialbus qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5serialport qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5svg qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5tools qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5virtualkeyboard qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5wayland qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5webchannel qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5webengine qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5webkit qt5webkit: fix installation of headers 2018-07-02 22:32:58 +02:00
qt5webkit-examples
qt5websockets qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5x11extras qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt5xmlpatterns qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
qt53d qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00
Config.in qt5: bump latest version to 5.11.0 2018-06-17 23:28:27 +02:00
qt5.mk qt5: bump latest version to 5.11.1 2018-07-01 11:06:08 +02:00