|
|
@ -32,7 +32,13 @@ qt_preconf() { |
|
|
|
hook_add preconf 5 qt_preconf |
|
|
|
hook_add preconf 5 qt_preconf |
|
|
|
|
|
|
|
|
|
|
|
# Qt only supports some selected options ... |
|
|
|
# Qt only supports some selected options ... |
|
|
|
confopt="-prefix $root/$prefix -bindir $root/$bindir -libdir $root/$libdir \ |
|
|
|
confopt="-prefix $root/$prefix -bindir $root/$bindir \ |
|
|
|
|
|
|
|
-libdir $root/$libdir -docdir $root/$docdir \ |
|
|
|
|
|
|
|
-headerdir $root/$includedir/$pkg \ |
|
|
|
|
|
|
|
-plugindir $root/$libdir/$pkg/plugins \ |
|
|
|
|
|
|
|
-datadir $root/$datadir/$pkg \ |
|
|
|
|
|
|
|
-translationdir $root/$datadir/$pkg/translations \ |
|
|
|
|
|
|
|
-sysconfdir $root/$sysconfdir -v \ |
|
|
|
-thread -qt-gif -system-zlib \ |
|
|
|
-thread -qt-gif -system-zlib \ |
|
|
|
-system-libmng -system-libpng -system-libjpeg -xft -xrender" |
|
|
|
-system-libmng -system-libpng -system-libjpeg -xft -xrender" |
|
|
|
|
|
|
|
|
|
|
|