|
|
|
@ -2,6 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../cinepaint/cinepaint.conf |
|
|
|
|
# Copyright (C) 2011 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -23,3 +24,7 @@ fix_pkgconfig() {
|
|
|
|
|
|
|
|
|
|
[[ $libdir != */lib ]] && hook_add preconf 3 fix_pkgconfig |
|
|
|
|
|
|
|
|
|
# enable GTK2 based interface |
|
|
|
|
if pkginstalled gtk+; then |
|
|
|
|
var_append extraconfopt ' ' '--enable-gtk2' |
|
|
|
|
fi |
|
|
|
|