wok rev 18965
podofo: set FREETYPE_INCLUDE_DIR
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 10 19:10:25 2016 +0100 (2016-03-10) |
parents | 77be6b57303b |
children | 00588af2d51d |
files | podofo/receipt |
line diff
1.1 --- a/podofo/receipt Thu Mar 10 02:23:56 2016 +0200 1.2 +++ b/podofo/receipt Thu Mar 10 19:10:25 2016 +0100 1.3 @@ -17,6 +17,7 @@ 1.4 compile_rules() 1.5 { 1.6 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE \ 1.7 + -DFREETYPE_INCLUDE_DIR=/usr/include/freetype2 \ 1.8 -DPODOFO_BUILD_STATIC:BOOL=TRUE \ 1.9 -DPODOFO_BUILD_SHARED:BOOL=TRUE . && 1.10 make && 1.11 @@ -30,4 +31,3 @@ 1.12 cp -a $install/usr/bin $fs/usr 1.13 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.14 } 1.15 -