diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-08-13 19:00:36 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-08-13 19:00:36 +0000 |
commit | 69d652b58d00105169141bb3102d3b173d65dccb (patch) | |
tree | be4a594f2dd816dca88c324eec2e24f55255c4c7 /user/horizon/APKBUILD | |
parent | 075273bf447b4f7e0eb18c9d36c19d1507609059 (diff) | |
download | packages-69d652b58d00105169141bb3102d3b173d65dccb.tar.gz packages-69d652b58d00105169141bb3102d3b173d65dccb.tar.bz2 packages-69d652b58d00105169141bb3102d3b173d65dccb.tar.xz packages-69d652b58d00105169141bb3102d3b173d65dccb.zip |
user/horizon: Allow the user to decide firmware or not
Diffstat (limited to 'user/horizon/APKBUILD')
-rw-r--r-- | user/horizon/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/user/horizon/APKBUILD b/user/horizon/APKBUILD index 3a7e89a8e..8fc42436a 100644 --- a/user/horizon/APKBUILD +++ b/user/horizon/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=horizon pkgver=0.9.3 -pkgrel=1 +pkgrel=2 pkgdesc="Installation tools for Adélie Linux" url="https://horizon.adelielinux.org/" arch="all" @@ -32,6 +32,7 @@ build() { -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ -DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-format-truncation" \ -DCMAKE_C_FLAGS="$CFLAGS" \ + -DUNSUPPORTED_NONFREE_FIRMWARE=ON \ -DINSTALL=ON \ ${CMAKE_CROSSOPTS} \ -Bbuild @@ -45,6 +46,7 @@ build() { -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ -DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-format-truncation" \ -DCMAKE_C_FLAGS="$CFLAGS" \ + -DUNSUPPORTED_NONFREE_FIRMWARE=ON \ -DINSTALL=OFF \ ${CMAKE_CROSSOPTS} \ -Bbuild-wizard |