- Also build ftinspect OBS-URL: https://build.opensuse.org/request/show/428969 OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=121
14 lines
463 B
Diff
14 lines
463 B
Diff
Index: ft2demos-2.7/src/ftinspect.pro
|
|
===================================================================
|
|
--- ft2demos-2.7.orig/src/ftinspect.pro
|
|
+++ ft2demos-2.7/src/ftinspect.pro
|
|
@@ -5,7 +5,7 @@ INCLUDEPATH += ../../freetype2/include
|
|
#
|
|
# You should adapt this to your setup.
|
|
unix|macx {
|
|
- LIBS += ../../freetype2/objs/libfreetype.a
|
|
+ LIBS += ../../freetype2/objs/.libs/libfreetype.a
|
|
|
|
CONFIG += link_pkgconfig
|
|
PKGCONFIG += libpng harfbuzz zlib bzip2
|