summarylogtreecommitdiffstats
path: root/04-texstudio-use-poppler-lcd.patch
diff options
context:
space:
mode:
authorJeffrey Feng2019-03-09 09:35:14 +0800
committerJeffrey Feng2019-03-09 09:35:14 +0800
commit1d82e8fefadccd2d4265ebe17f44f520383eed87 (patch)
tree80d0f31792f721f1798d487646ae8ac4b5d69518 /04-texstudio-use-poppler-lcd.patch
parentfeca6e428ef9655b8b8152accfdeafd527657e0d (diff)
downloadaur-texstudio-lcd.tar.gz
Updated to texstudio v2.12.14
Diffstat (limited to '04-texstudio-use-poppler-lcd.patch')
-rw-r--r--04-texstudio-use-poppler-lcd.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/04-texstudio-use-poppler-lcd.patch b/04-texstudio-use-poppler-lcd.patch
index a3599d70daa3..d400a57402d2 100644
--- a/04-texstudio-use-poppler-lcd.patch
+++ b/04-texstudio-use-poppler-lcd.patch
@@ -34,10 +34,10 @@ index 1e7aec94..42d7d4fa 100644
!isEmpty(MXE){
message("Using MXE")
-@@ -69,8 +69,12 @@ isEmpty(NO_POPPLER_PREVIEW) {
- }else{
- PKG_CONFIG_EXE = "pkg-config"
- }
+@@ -72,8 +72,12 @@ isEmpty(NO_POPPLER_PREVIEW) {
+ # work-around for travis osx build
+ LIBS += -L/usr/local/Cellar/poppler/0.61.0-texworks/lib
+
- system($${PKG_CONFIG_EXE} --atleast-version=0.24 $${poppler_qt_pkg}):DEFINES += HAS_POPPLER_24
- system($${PKG_CONFIG_EXE} --atleast-version=0.31 $${poppler_qt_pkg}):DEFINES += HAS_POPPLER_31
+ #system($${PKG_CONFIG_EXE} --atleast-version=0.24 $${poppler_qt_pkg}):DEFINES += HAS_POPPLER_24