package qtbase: don't copy pkg-config files to standard search path

subsequent qt5 packages would also require this so add
qt5 to PKG_CONFIG_PATH instead:

14b5bef5e2
pull/312/merge
Tony Theodore 11 years ago
parent 14b5bef5e2
commit c8326412d3

@ -63,9 +63,6 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)/test-qt' -j '$(JOBS)'
$(INSTALL) -m755 '$(1)/test-qt/release/test-qt5.exe' '$(PREFIX)/$(TARGET)/bin/'
# copy pkg-config files to standard directory
cp '$(PREFIX)/$(TARGET)'/qt5/lib/pkgconfig/* '$(PREFIX)/$(TARGET)'/lib/pkgconfig/
# build test the manual way
mkdir '$(1)/test-$(PKG)-pkgconfig'
'$(PREFIX)/$(TARGET)/qt5/bin/uic' -o '$(1)/test-$(PKG)-pkgconfig/ui_qt-test.h' '$(TOP_DIR)/src/qt-test.ui'

Loading…
Cancel
Save