Flatpak: update uchardet recipe

This commit is contained in:
Rafostar
2020-12-01 10:02:36 +01:00
parent def5bc5d96
commit 6cc07c4e98

View File

@@ -2,7 +2,12 @@
"name": "uchardet", "name": "uchardet",
"buildsystem": "cmake", "buildsystem": "cmake",
"builddir": true, "builddir": true,
"config-opts": [ "-DCMAKE_INSTALL_LIBDIR=lib" ], "config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_INSTALL_LIBDIR=lib",
"-DBUILD_STATIC=OFF",
"-DBUILD_BINARY=OFF"
],
"sources": [ "sources": [
{ {
"type": "git", "type": "git",