Skip to content

Commit

Permalink
improve build options
Browse files Browse the repository at this point in the history
  • Loading branch information
mkiol committed Feb 2, 2024
1 parent 931529f commit 7ee5a1c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions flatpak/net.mkiol.Jupii.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ modules:
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_POSITION_INDEPENDENT_CODE=ON
- -DBUILD_TESTING=OFF
- -DBUILD_BINDINGS=OFF
- -DBUILD_SHARED_LIBS=ON
Expand All @@ -53,8 +52,6 @@ modules:
- name: gumbo
buildsystem: autotools
config-opts:
- --with-pic
- --enable-shared
- --disable-static
cleanup:
- /bin
Expand All @@ -81,9 +78,7 @@ modules:
- --disable-epoll
- --disable-sendfile
- --disable-httpupgrade
- --enable-shared
- --disable-static
- --with-pic=yes
cleanup:
- /bin
- /share
Expand All @@ -99,8 +94,6 @@ modules:
- name: npupnp
buildsystem: autotools
config-opts:
- --with-pic=yes
- --enable-shared
- --disable-static
cleanup:
- /bin
Expand All @@ -117,8 +110,6 @@ modules:
- name: upnpp
buildsystem: autotools
config-opts:
- --with-pic=yes
- --enable-shared
- --disable-static
cleanup:
- /bin
Expand Down Expand Up @@ -153,7 +144,6 @@ modules:
- name: x264
buildsystem: autotools
config-opts:
- --enable-pic
- --enable-shared
- --disable-cli
cleanup:
Expand Down Expand Up @@ -188,11 +178,10 @@ modules:
- --disable-doc
- --disable-programs
- --disable-everything
- --enable-shared
- --disable-static
- --enable-shared
- --enable-nonfree
- --enable-gpl
- --enable-pic
- --enable-protocol=file
- --enable-filter=vflip
- --enable-filter=hflip
Expand Down Expand Up @@ -288,7 +277,6 @@ modules:
- name: fmt
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_POSITION_INDEPENDENT_CODE=ON
- -DFMT_DOC=OFF
- -DFMT_TEST=OFF
- -DFMT_FUZZ=OFF
Expand Down

0 comments on commit 7ee5a1c

Please sign in to comment.