Skip to content

Commit

Permalink
chrome-libxkbcommon: correct meson build options
Browse files Browse the repository at this point in the history
  • Loading branch information
heitbaum committed Oct 30, 2021
1 parent 6c0f328 commit d4d5c2e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ PKG_URL=""
PKG_DEPENDS_UNPACK+=" libxkbcommon"
PKG_BUILD_FLAGS="-sysroot"

PKG_MESON_OPTS_TARGET="${PKG_MESON_OPTS_TARGET} \
-Denable-static=false \
-Denable-shared=true"

unpack() {
mkdir -p ${PKG_BUILD}
tar --strip-components=1 -xf ${SOURCES}/${PKG_NAME:7}/${PKG_NAME:7}-${PKG_VERSION}.tar.xz -C ${PKG_BUILD}
Expand Down

0 comments on commit d4d5c2e

Please sign in to comment.