Accepting request 555021 from home:kwk:branches:multimedia:libs

- adapt install-FTVectoriser.h.patch to install more .h files
  required by tulip-5.1.0

OBS-URL: https://build.opensuse.org/request/show/555021
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ftgl?expand=0&rev=21
This commit is contained in:
Ismail Dönmez 2017-12-07 12:48:10 +00:00 committed by Git OBS Bridge
parent 6cb1a6f3d4
commit b1baaab9ef
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 7 12:43:48 UTC 2017 - kkaempf@suse.com
- adapt install-FTVectoriser.h.patch to install more .h files
required by tulip-5.1.0
-------------------------------------------------------------------
Wed Jul 12 11:11:59 UTC 2017 - jengelh@inai.de

View File

@ -1,11 +1,15 @@
diff -ruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-ftgl-2.1.3~rc5/src/Makefile.am ./src/Makefile.am
--- ../orig-ftgl-2.1.3~rc5/src/Makefile.am 2008-05-23 09:13:42.000000000 +0200
+++ ./src/Makefile.am 2017-06-28 15:13:01.803157035 +0200
@@ -39,6 +39,7 @@
@@ -39,6 +39,11 @@
ftgl_HEADERS = $(ftgl_headers)
ftgl_headers = \
+ FTVectoriser.h \
+ FTContour.h \
+ FTLibrary.h \
+ FTList.h \
+ FTVector.h \
FTGL/ftgl.h \
FTGL/FTBBox.h \
FTGL/FTBuffer.h \