diff options
| author | Aaron Spike <aaron@ekips.org> | 2007-01-08 02:46:49 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2007-01-08 02:46:49 +0000 |
| commit | 7dafaa610908373edc9ee74692f7f6ca9918b455 (patch) | |
| tree | 6ebca6bd34f6727d7cd60ba0d2964627d70d3971 | |
| parent | Pushed required GTK+ version from 2.4.0 to 2.8.0 (diff) | |
| download | inkscape-7dafaa610908373edc9ee74692f7f6ca9918b455.tar.gz inkscape-7dafaa610908373edc9ee74692f7f6ca9918b455.zip | |
the new gtk28 requirement ensures cairo so we no longer need to link it static
(bzr r2154)
| -rw-r--r-- | packaging/autopackage/default.apspec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/autopackage/default.apspec.in b/packaging/autopackage/default.apspec.in index aec1dafdd..e45fd614a 100644 --- a/packaging/autopackage/default.apspec.in +++ b/packaging/autopackage/default.apspec.in @@ -16,7 +16,7 @@ PackageDesktop: share/applications/inkscape.desktop if [ ! -x configure ]; then ./autogen.sh fi -export APBUILD_STATIC="popt gc gccpp gtkmm-2.4 gdkmm-2.4 atkmm-1.6 pangomm-1.4 glibmm-2.4 sigc-2.0 Xrender lcms cairo Xfixes Xext" +export APBUILD_STATIC="popt gc gccpp gtkmm-2.4 gdkmm-2.4 atkmm-1.6 pangomm-1.4 glibmm-2.4 sigc-2.0 Xrender lcms Xfixes Xext" export APBUILD_PROJECTNAME=inkscape PATH=/usr/local/src/inkscape/extra/static/bin:$PATH |
