mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/qwt: partially convert to qmake infrastructure
Use the qmake infrastructure for its generic configure and build steps but keep the manipulation of qwtconfig.pri as a PRE_CONFIGURE_HOOK as well as the custom install steps. Signed-off-by: Andreas Naumann <anaumann@ultratronik.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
560f5f09b5
commit
35af9fa17a
@ -8,7 +8,6 @@ QWT_VERSION = 6.1.4
|
|||||||
QWT_SOURCE = qwt-$(QWT_VERSION).tar.bz2
|
QWT_SOURCE = qwt-$(QWT_VERSION).tar.bz2
|
||||||
QWT_SITE = http://downloads.sourceforge.net/project/qwt/qwt/$(QWT_VERSION)
|
QWT_SITE = http://downloads.sourceforge.net/project/qwt/qwt/$(QWT_VERSION)
|
||||||
QWT_INSTALL_STAGING = YES
|
QWT_INSTALL_STAGING = YES
|
||||||
QWT_DEPENDENCIES = qt5base
|
|
||||||
|
|
||||||
QWT_LICENSE = LGPL-2.1 with exceptions
|
QWT_LICENSE = LGPL-2.1 with exceptions
|
||||||
QWT_LICENSE_FILES = COPYING
|
QWT_LICENSE_FILES = COPYING
|
||||||
@ -42,14 +41,11 @@ else
|
|||||||
QWT_CONFIG += -e 's/^.*QWT_CONFIG.*QwtDll.*$$/QWT_CONFIG += QwtDll/'
|
QWT_CONFIG += -e 's/^.*QWT_CONFIG.*QwtDll.*$$/QWT_CONFIG += QwtDll/'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define QWT_CONFIGURE_CMDS
|
define QWT_TWEAK_QWTCONFIG_PRI
|
||||||
$(SED) $(QWT_CONFIG) $(@D)/qwtconfig.pri
|
$(SED) $(QWT_CONFIG) $(@D)/qwtconfig.pri
|
||||||
(cd $(@D); $(TARGET_MAKE_ENV) $(QT5_QMAKE))
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define QWT_BUILD_CMDS
|
QWT_PRE_CONFIGURE_HOOKS += QWT_TWEAK_QWTCONFIG_PRI
|
||||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
|
|
||||||
endef
|
|
||||||
|
|
||||||
# After installation, we fixup the INSTALL_PREFIX in qwtconfig.pri so
|
# After installation, we fixup the INSTALL_PREFIX in qwtconfig.pri so
|
||||||
# that when building with qmake, -L$(STAGING_DIR)/usr/lib is used and
|
# that when building with qmake, -L$(STAGING_DIR)/usr/lib is used and
|
||||||
@ -65,4 +61,4 @@ define QWT_INSTALL_TARGET_CMDS
|
|||||||
rm -Rf $(TARGET_DIR)/usr/mkspecs
|
rm -Rf $(TARGET_DIR)/usr/mkspecs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(generic-package))
|
$(eval $(qmake-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user