openbox: make svg support default
This commit is contained in:
parent
16304dd538
commit
ee5c2604f9
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openbox'
|
||||
pkgname=openbox
|
||||
version=3.6.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-startup-notification $(vopt_enable svg librsvg)"
|
||||
hostmakedepends="automake libtool pkg-config gettext-devel"
|
||||
|
@ -22,6 +22,7 @@ checksum=8b4ac0760018c77c0044fab06a4f0c510ba87eae934d9983b10878483bde7ef7
|
|||
|
||||
# Package build options
|
||||
build_options="svg"
|
||||
build_options_default="svg"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
@ -44,7 +45,7 @@ openbox-devel_package() {
|
|||
}
|
||||
}
|
||||
libopenbox_package() {
|
||||
short_desc="openbox runtime shared libraries"
|
||||
short_desc="Openbox runtime shared libraries"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue