Skip to content

Commit

Permalink
Remove superfluous install dir definitions from Flatpak manifests.
Browse files Browse the repository at this point in the history
These are no longer necessary with Flatpak Builder v1.4.4.
  • Loading branch information
enzo1982 committed Oct 13, 2024
1 parent db7267d commit feb695b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
5 changes: 1 addition & 4 deletions packaging/flatpak/org.freac.freac.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,7 @@
"buildsystem": "cmake",
"config-opts": [
"-DURIPARSER_BUILD_DOCS=OFF",
"-DURIPARSER_BUILD_TESTS=OFF",
"-DCMAKE_INSTALL_BINDIR=bin",
"-DCMAKE_INSTALL_LIBDIR=lib",
"-DCMAKE_INSTALL_INCLUDEDIR=include"
"-DURIPARSER_BUILD_TESTS=OFF"
],
"cleanup": [
"/bin/uriparse"
Expand Down
5 changes: 0 additions & 5 deletions packaging/flatpak/shared-modules/mac/mac.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"name": "libmac",
"buildsystem": "cmake",
"config-opts": [
"-DCMAKE_INSTALL_BINDIR=bin",
"-DCMAKE_INSTALL_LIBDIR=lib",
"-DCMAKE_INSTALL_INCLUDEDIR=include"
],
"cleanup": [
"/include/MAC"
],
Expand Down

0 comments on commit feb695b

Please sign in to comment.