Skip to content

Commit

Permalink
libnotify: Prevent installation of static versions of libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Aug 28, 2018
1 parent 705d71a commit 12c1434
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions libnotify.be0
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/libnotify/${PKGVERSION[2]}/li
# bee_patch "${@}"
#}

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

#mee_build() {
# bee_build
Expand Down

0 comments on commit 12c1434

Please sign in to comment.