summarylogtreecommitdiffstats
path: root/gcconfig.pri
diff options
context:
space:
mode:
authorMaximilian Ammann2020-06-16 20:07:45 +0200
committerMaximilian Ammann2020-06-16 20:07:45 +0200
commit01bd3f55b16bda92d2e8742962012bbc21d38632 (patch)
tree7c9fb8032fcd62fe5aaa47a8ac3c786d5a386607 /gcconfig.pri
parent1b14f36c5bc2c272bde8b2ec1daf516d76f0c4c5 (diff)
downloadaur-01bd3f55b16bda92d2e8742962012bbc21d38632.tar.gz
Add missing libraries like SIP and Python
Diffstat (limited to 'gcconfig.pri')
-rw-r--r--gcconfig.pri6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcconfig.pri b/gcconfig.pri
index a5d91803af52..5de9b0bfe2d8 100644
--- a/gcconfig.pri
+++ b/gcconfig.pri
@@ -35,7 +35,7 @@ GSL_LIBS = -lgsl -lgslcblas -lm
DEFINES += GC_WANT_PYTHON
CONFIG += link_pkgconfig
# Add python3 using pkg-config
-PKGCONFIG += python3
+PKGCONFIG += python3 python3-embed
#PYTHONINCLUDES = -I/usr/include/python3.6
#PYTHONLIBS = -L/usr/lib/python3.6/config-3.6m-x86_64-linux-gnu -lpython3.6m
# below 3 lines work well on Windows
@@ -302,3 +302,7 @@ macx {
#DEFINES +=GC_CLOUD_DB_BASIC_AUTH=
#DEFINES +=GC_CLOUD_DB_APP_NAME=
#CloudDB = active
+
+# Fixes for building on Arch Linux
+
+DEFINES += SIP_MODULE_NAME=\\\"sip\\\"