mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
if QTE isnt enabled, make sure the versions dont screw up the make rules
This commit is contained in:
parent
13ef97f580
commit
24bc013e49
@ -3,6 +3,22 @@
|
|||||||
# qte: Qt/E build, includes Qt/E-2, QVfb, and Qtopia-2
|
# qte: Qt/E build, includes Qt/E-2, QVfb, and Qtopia-2
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
ifeq ($(BR2_QTE_VERSION),)
|
||||||
|
BR2_QTE_VERSION:=FOOBAR1
|
||||||
|
endif
|
||||||
|
ifeq ($(BR2_QTE_QT3_VERSION),)
|
||||||
|
BR2_QTE_QT3_VERSION:=FOOBAR2
|
||||||
|
endif
|
||||||
|
ifeq ($(BR2_QTE_QVFB_VERSION),)
|
||||||
|
BR2_QTE_QVFB_VERSION:=FOOBAR3
|
||||||
|
endif
|
||||||
|
ifeq ($(BR2_QTE_QTOPIA_VERSION),)
|
||||||
|
BR2_QTE_QTOPIA_VERSION:=FOOBAR4
|
||||||
|
endif
|
||||||
|
ifeq ($(BR2_QTE_TMAKE_VERSION),)
|
||||||
|
BR2_QTE_TMAKE_VERSION:=FOOBAR5
|
||||||
|
endif
|
||||||
|
|
||||||
BR2_QTE_C_QTE_VERSION:=$(shell echo $(BR2_QTE_VERSION)| sed -e 's/"//g')
|
BR2_QTE_C_QTE_VERSION:=$(shell echo $(BR2_QTE_VERSION)| sed -e 's/"//g')
|
||||||
BR2_QTE_C_QT3_VERSION:=$(shell echo $(BR2_QTE_QT3_VERSION)| sed -e 's/"//g')
|
BR2_QTE_C_QT3_VERSION:=$(shell echo $(BR2_QTE_QT3_VERSION)| sed -e 's/"//g')
|
||||||
BR2_QTE_C_QVFB_VERSION:=$(shell echo $(BR2_QTE_QVFB_VERSION)| sed -e 's/"//g')
|
BR2_QTE_C_QVFB_VERSION:=$(shell echo $(BR2_QTE_QVFB_VERSION)| sed -e 's/"//g')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user