mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
pixman: bump version and compilation fix
- bump to 2.5 and change download location - disable iwmmxt support for CPU's that don't have this feature Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
0ffcd60a25
commit
8b51e3cfc8
@ -3,13 +3,18 @@
|
|||||||
# pixman
|
# pixman
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
PIXMAN_VERSION = 0.24.2
|
PIXMAN_VERSION = 0.25.2
|
||||||
PIXMAN_SOURCE = pixman-$(PIXMAN_VERSION).tar.gz
|
PIXMAN_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
||||||
PIXMAN_SITE = http://cairographics.org/releases/
|
|
||||||
PIXMAN_INSTALL_STAGING = YES
|
PIXMAN_INSTALL_STAGING = YES
|
||||||
PIXMAN_DEPENDENCIES = host-pkg-config
|
PIXMAN_DEPENDENCIES = host-pkg-config
|
||||||
# don't build gtk based demos
|
# don't build gtk based demos
|
||||||
PIXMAN_CONF_OPT = --disable-gtk
|
PIXMAN_CONF_OPT = --disable-gtk
|
||||||
|
|
||||||
|
# disable iwmmxt support for CPU's that don't have
|
||||||
|
# this feature
|
||||||
|
ifneq ($(BR2_iwmmxt),y)
|
||||||
|
PIXMAN_CONF_OPT += --disable-arm-iwmmxt
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS))
|
$(eval $(call AUTOTARGETS))
|
||||||
$(eval $(call AUTOTARGETS,host))
|
$(eval $(call AUTOTARGETS,host))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user