summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-07-29 08:10:13 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2015-07-29 08:10:13 (GMT)
commitbdf9c5392c864647142d4c38fc3ab0beb5609265 (patch)
tree7b6dfda5b906b81df1e6516091b89e5ce8d80c83 /src
parent3f469b54f8ed571bcda8897f7e8b0fc2117cba00 (diff)
parent1b8f42fb8eb8484aca23fb58ce4ec20bf4a2ba0a (diff)
downloadmxe-bdf9c5392c864647142d4c38fc3ab0beb5609265.zip
mxe-bdf9c5392c864647142d4c38fc3ab0beb5609265.tar.gz
mxe-bdf9c5392c864647142d4c38fc3ab0beb5609265.tar.bz2
Merge pull request #780 from colinbourassa/libcomm14cux
New package: libcomm14cux
Diffstat (limited to 'src')
-rw-r--r--src/libcomm14cux.mk20
-rw-r--r--src/qtwebkit.mk2
2 files changed, 21 insertions, 1 deletions
diff --git a/src/libcomm14cux.mk b/src/libcomm14cux.mk
new file mode 100644
index 0000000..981b0f3
--- /dev/null
+++ b/src/libcomm14cux.mk
@@ -0,0 +1,20 @@
+# This file is part of MXE.
+# See index.html for further information.
+
+PKG := libcomm14cux
+$(PKG)_IGNORE :=
+$(PKG)_VERSION := 2.0.1
+$(PKG)_CHECKSUM := 0632a50f8c224d94c5848ec66fe76c60cd456c72
+$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
+$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
+$(PKG)_URL := https://github.com/colinbourassa/libcomm14cux/archive/$($(PKG)_VERSION).tar.gz
+$(PKG)_DEPS := gcc
+
+define $(PKG)_BUILD
+ mkdir '$(1)/build'
+ cd '$(1)/build' && cmake .. \
+ -DCMAKE_TOOLCHAIN_FILE='$(CMAKE_TOOLCHAIN_FILE)' \
+ -DBUILD_STATIC=$(if $(BUILD_STATIC),ON,OFF)
+
+ $(MAKE) -C '$(1)/build' -j '$(JOBS)' install
+endef
diff --git a/src/qtwebkit.mk b/src/qtwebkit.mk
index c4e1e77..a670ec8 100644
--- a/src/qtwebkit.mk
+++ b/src/qtwebkit.mk
@@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 402cd585ed7fea63b338fa6f89aec8b21db3564a
$(PKG)_SUBDIR = $(subst qtbase,qtwebkit,$(qtbase_SUBDIR))
$(PKG)_FILE = $(subst qtbase,qtwebkit,$(qtbase_FILE))
$(PKG)_URL = $(subst qtbase,qtwebkit,$(qtbase_URL))
-$(PKG)_DEPS := gcc qtbase qtmultimedia qtquick1
+$(PKG)_DEPS := gcc qtbase qtmultimedia qtquick1 sqlite
define $(PKG)_UPDATE
echo $(qtbase_VERSION)