summaryrefslogtreecommitdiff
path: root/shell/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2025-12-23meson: shell: Fix MATEDATADIRColomban Wendling1-2/+0
MATEDATADIR value is missing `prefix`, but is already properly defined in the global C flags from the root meson.build, so we just need not to override it incorrectly. Also remove the LIBEXECDIR definition with is also wrong, but that is not actually used.
2025-04-04fix: generate dbus generated with the correct prefixOz Tiram1-7/+3
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix: building atrild with explicit sourcesOz Tiram1-9/+7
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix: building atril targetOz Tiram1-23/+23
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix: shell/meson.build missing filesOz Tiram1-0/+2
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix: correct dependeny on mate-submodulesOz Tiram1-1/+1
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix all build errors with mesonOz Tiram1-23/+56
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix more build errorsOz Tiram1-0/+1
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix: remove non existing source in shell/Oz Tiram1-8/+0
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix: use mate-submodules correctlyOz Tiram1-1/+1
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04Initial support for mesonOz Tiram1-0/+146
Mostly copy and paste from linuxmint/xreader Signed-off-by: Oz Tiram <[email protected]>