Merge pull request #5307 from akallabeth/flatpak_dep_fix
Updated flatpak udev build script
This commit is contained in:
commit
2842b85d9b
@ -58,7 +58,8 @@
|
||||
"--disable-libsystemd",
|
||||
"--enable-pic",
|
||||
"--disable-libusb",
|
||||
"--enable-shared"
|
||||
"--enable-shared",
|
||||
"--with-systemdsystemunitdir=/app/lib/systemd/"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user