Merge pull request #5307 from akallabeth/flatpak_dep_fix

Updated flatpak udev build script
This commit is contained in:
Bernhard Miklautz 2019-03-19 12:38:00 +01:00 committed by GitHub
commit 2842b85d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -58,7 +58,8 @@
"--disable-libsystemd",
"--enable-pic",
"--disable-libusb",
"--enable-shared"
"--enable-shared",
"--with-systemdsystemunitdir=/app/lib/systemd/"
],
"sources": [
{

View File

@ -6,7 +6,8 @@
"--disable-logging",
"--disable-introspection",
"--disable-keymap",
"--disable-mtd_probe"
"--disable-mtd_probe",
"--with-systemdsystemunitdir=/app/lib/systemd/"
],
"cleanup": [
"/include",
@ -14,6 +15,7 @@
"/libexec",
"/sbin",
"/lib/pkgconfig",
"/lib/systemd",
"/man",
"/share/aclocal",
"/share/doc",