mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
Document bugs in qtopia build, remove qt-mouse-tslib which breaks the build
This commit is contained in:
parent
4aac72aa7a
commit
5cd2336585
@ -15,6 +15,11 @@
|
|||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
# BUG: In "OpenSuSE 10.2", dbus.h is at dbus-1.0/dbus/dbus.h
|
||||||
|
# instead of at "dbus/dbus.h"
|
||||||
|
# (cd /usr/include; sudo ln -s dbus-1.0/dbus dbus)
|
||||||
|
# to fix
|
||||||
|
|
||||||
QTOPIA4_VERSION:=4.3.1
|
QTOPIA4_VERSION:=4.3.1
|
||||||
QTOPIA4_CAT:=$(ZCAT)
|
QTOPIA4_CAT:=$(ZCAT)
|
||||||
|
|
||||||
@ -79,7 +84,8 @@ QTOPIA4_DEP_LIBS+=libpng
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_TSLIB),y)
|
ifeq ($(BR2_PACKAGE_TSLIB),y)
|
||||||
QTOPIA4_TSLIB=-qt-mouse-tslib
|
#BUG: Qtopia refuse to recognize -qt-mouse-tslib
|
||||||
|
#QTOPIA4_TSLIB=-qt-mouse-tslib
|
||||||
QTOPIA4_DEP_LIBS+=tslib
|
QTOPIA4_DEP_LIBS+=tslib
|
||||||
QTOPIA4_TSLIB_DEB="-D TSLIBMOUSEHANDLER_DEBUG"
|
QTOPIA4_TSLIB_DEB="-D TSLIBMOUSEHANDLER_DEBUG"
|
||||||
QTOPIA4_TSLIB_DEB:=$(strip $(subst ",, $(QTOPIA4_TSLIB_DEB)))
|
QTOPIA4_TSLIB_DEB:=$(strip $(subst ",, $(QTOPIA4_TSLIB_DEB)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user