Skip to content

Commit

Permalink
xfce4-panel: Enable GTK+ 3
Browse files Browse the repository at this point in the history
Xfce4-pulseaudio-plugin needs `libxfce4panel-2.0`. The switch detects a
GTK+ 3 installation and additionally installs `libxfce4panel-2.0`.

```
lrwxrwxrwx root/system       0 2018-05-24 12:29 /usr/lib/libxfce4panel-2.0.so -> libxfce4panel-2.0.so.4.0.0
lrwxrwxrwx root/system       0 2018-05-24 12:29 /usr/lib/libxfce4panel-2.0.so.4 -> libxfce4panel-2.0.so.4.0.0
-rwxr-xr-x root/system  411488 2018-05-24 12:29 /usr/lib/libxfce4panel-2.0.so.4.0.0
lrwxrwxrwx root/system       0 2018-05-24 12:29 /usr/lib/libxfce4panel-1.0.so -> libxfce4panel-1.0.so.4.0.0
lrwxrwxrwx root/system       0 2018-05-24 12:29 /usr/lib/libxfce4panel-1.0.so.4 -> libxfce4panel-1.0.so.4.0.0
-rwxr-xr-x root/system  441736 2018-05-24 12:29 /usr/lib/libxfce4panel-1.0.so.4.0.0
-rw-r--r-- root/system     322 2018-05-24 12:29 /usr/lib/pkgconfig/libxfce4panel-2.0.pc
-rw-r--r-- root/system     322 2018-05-24 12:29 /usr/lib/pkgconfig/libxfce4panel-1.0.pc
```
  • Loading branch information
pmenzel committed May 24, 2018
1 parent 8d36de3 commit 95d68b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions xfce4-panel.be0
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ PATCHURL[0]="/src/mariux/beeroot/downloads/xfce4-panel.patch"
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--enable-gtk3
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 95d68b6

Please sign in to comment.