Skip to content

Commit

Permalink
hyperion.ng: Set USE_SHARED_AVAHI_LIBS to off
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray-future authored and adamg committed Jul 10, 2019
1 parent e0e40ef commit 3251acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/addons/service/hyperion.ng/package.mk
Expand Up @@ -8,7 +8,7 @@ PKG_REV="101"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://github.com/hyperion-project/hyperion.ng" PKG_SITE="https://github.com/hyperion-project/hyperion.ng"
PKG_URL="https://github.com/hyperion-project/hyperion.ng/archive/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/hyperion-project/hyperion.ng/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain Python3 avahi libusb qt-everywhere protobuf flatbuffers:target" PKG_DEPENDS_TARGET="toolchain Python3 avahi libusb qt-everywhere protobuf flatbuffers"
PKG_SECTION="service" PKG_SECTION="service"
PKG_SHORTDESC="Hyperion.NG: an AmbiLight controller" PKG_SHORTDESC="Hyperion.NG: an AmbiLight controller"
PKG_LONGDESC="Hyperion.NG($PKG_VERSION) is an modern opensource AmbiLight implementation." PKG_LONGDESC="Hyperion.NG($PKG_VERSION) is an modern opensource AmbiLight implementation."
Expand Down Expand Up @@ -48,7 +48,7 @@ pre_configure_target() {


PKG_CMAKE_OPTS_TARGET="-DCMAKE_NO_SYSTEM_FROM_IMPORTED=ON \ PKG_CMAKE_OPTS_TARGET="-DCMAKE_NO_SYSTEM_FROM_IMPORTED=ON \
-DCMAKE_BUILD_TYPE=Release\ -DCMAKE_BUILD_TYPE=Release\
-DUSE_SHARED_AVAHI_LIBS=ON\ -DUSE_SHARED_AVAHI_LIBS=OFF\
-DUSE_SYSTEM_PROTO_LIBS=1 \ -DUSE_SYSTEM_PROTO_LIBS=1 \
-DUSE_SYSTEM_FLATBUFFERS_LIBS=ON\ -DUSE_SYSTEM_FLATBUFFERS_LIBS=ON\
$PKG_PLATFORM \ $PKG_PLATFORM \
Expand Down

0 comments on commit 3251acf

Please sign in to comment.