comparison src/qtbase.mk @ 4501:b74853c2afa1

new x11 utility packages
author John W. Eaton <jwe@octave.org>
date Tue, 10 Oct 2017 14:45:42 -0400
parents f47df619cd1d
children 0743a56dd468
comparison
equal deleted inserted replaced
4500:102c3d608dd6 4501:b74853c2afa1
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := qtbase 4 PKG := qtbase
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 5.7.1 6 $(PKG)_VERSION := 5.7.1
15 ifeq ($(USE_SYSTEM_OPENGL),no) 15 ifeq ($(USE_SYSTEM_OPENGL),no)
16 $(PKG)_DEPS += mesa 16 $(PKG)_DEPS += mesa
17 endif 17 endif
18 ifeq ($(MXE_WINDOWS_BUILD),no) 18 ifeq ($(MXE_WINDOWS_BUILD),no)
19 ifeq ($(USE_SYSTEM_X11_LIBS),no) 19 ifeq ($(USE_SYSTEM_X11_LIBS),no)
20 $(PKG)_DEPS += x11 xext xfixes xdmcp xrender xfixes xdamage xt xxf86vm 20 $(PKG)_DEPS += xdamage xdmcp xext xfixes xi xrender xt xxf86vm x11 xcb xcb-util xcb-util-cursor xcb-util-image xcb-util-keysyms xcb-util-renderutil xcb-util-wm
21 endif 21 endif
22 endif 22 endif
23 23
24 define $(PKG)_UPDATE 24 define $(PKG)_UPDATE
25 $(WGET) -q -O- http://download.qt-project.org/official_releases/qt/5.5/ | \ 25 $(WGET) -q -O- http://download.qt-project.org/official_releases/qt/5.5/ | \