From 30a4e0297cc38332ed1ae44d2bca4bf13b8a7adc Mon Sep 17 00:00:00 2001 From: Bruno Herbelin Date: Sun, 11 Dec 2022 15:19:10 +0100 Subject: [PATCH] Making flatpak usable by command line --- flatpak/io.github.brunoherbelin.Vimix.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/flatpak/io.github.brunoherbelin.Vimix.json b/flatpak/io.github.brunoherbelin.Vimix.json index e79fe95..d634615 100644 --- a/flatpak/io.github.brunoherbelin.Vimix.json +++ b/flatpak/io.github.brunoherbelin.Vimix.json @@ -26,7 +26,6 @@ "/share/man", "/share/doc", "/lib/pkgconfig", - "/lib/debug", "*.a" ], "modules": [ @@ -101,11 +100,14 @@ "-Ddoc=disabled", "-Dpython=disabled", "-Dges=disabled", + "-Drs=disabled", "-Dgst-examples=disabled", "-Drtsp_server=disabled", "-Ddevtools=disabled", + "-Dlibav=disabled", + "-Dbase=disabled", + "-Dgood=disabled", "-Dgpl=enabled", - "-Dlibav=enabled", "-Dbad=enabled", "-Dgst-plugins-bad:srt=enabled", "-Dugly=enabled", @@ -148,8 +150,8 @@ ], "sources": [ { - "type":"dir", - "path": "/home/bhbn/Development/vimix" + "type":"git", + "url": "https://github.com/brunoherbelin/vimix.git" } ] }