cgal: use only required qtbase instead of qt5

This commit is contained in:
Tony Theodore 2018-03-01 17:38:15 +11:00
parent 6f5456cbb0
commit 7ffe36a514
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ $(PKG)_GH_CONF := CGAL/cgal/tags, releases%2FCGAL-
$(PKG)_SUBDIR := CGAL-$($(PKG)_VERSION)
$(PKG)_FILE := CGAL-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://github.com/CGAL/cgal/releases/download/releases/$($(PKG)_SUBDIR)/$($(PKG)_FILE)
$(PKG)_DEPS := cc boost gmp mpfr qt5
$(PKG)_DEPS := cc boost gmp mpfr qtbase
define $(PKG)_BUILD
cd '$(BUILD_DIR)' && '$(TARGET)-cmake' '$(SOURCE_DIR)' \