mirror of
https://github.com/outbackdingo/ports.git
synced 2026-04-05 07:09:02 +00:00
core/xfwm4: depends updated
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
xfwm4-4.16.1-1
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/xfwm4
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# description : Window manager for Xfce
|
||||
# depends : libwnck3 libxfce4ui libxfce4util startup-notification
|
||||
# depends : libwnck3 libxfce4ui libxfce4util startup-notification libxcomposite
|
||||
|
||||
name=xfwm4
|
||||
version=4.16.1
|
||||
@@ -9,7 +9,12 @@ source="http://archive.xfce.org/src/xfce/xfwm4/${version%.*}/$name-$version.tar.
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr --disable-nls
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-randr \
|
||||
--enable-compositor \
|
||||
--enable-xsync \
|
||||
--disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user