wok diff podofo/receipt @ rev 18984
clementine: update bdeps
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Mar 16 21:28:57 2016 +0200 (2016-03-16) |
parents | 9f7eed078218 |
children | 36df580eeec3 |
line diff
1.1 --- a/podofo/receipt Thu May 08 07:51:29 2014 +0000 1.2 +++ b/podofo/receipt Wed Mar 16 21:28:57 2016 +0200 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 -