Skip to content

Commit

Permalink
wayland: Prevent installation of static versions of libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Dec 7, 2017
1 parent 9267d29 commit a52bb83
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions wayland.be0
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ SRCURL[0]="https://wayland.freedesktop.org/releases/wayland-${PKGVERSION}.tar.xz
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--disable-static
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit a52bb83

Please sign in to comment.