Go to file
Eli Schwartz b3eb04485c fix invalid use of subprojects
The keycodemapdb Meson subproject provides a program and a source input.
Since it is a subproject, Meson wants to sandbox that and requires it to
be explicitly exported. But this never happened -- instead, we manually
poked at files using the actual string path "subprojects/......"

This was always a Meson sandbox violation, but Meson 0.63.0 started
noticing it and erroring out.

Instead, do the right thing. Update the subproject to a version that has
a meson.build with actually meaningful contents -- namely, a files
variable and a found program. Then use these in order to run the needed
custom_target.

In the process, it is also necessary to correct the argument ordering
when running keymap-gen.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2022-06-27 10:56:45 +04:00
build-aux spice-client-glib-usb-acl-helper doesn't need suid root 2020-04-16 10:07:46 +01:00
data Drop autotools 2019-07-09 11:05:29 +01:00
doc Implemented the ability to allocate SpiceUsbDevice instances 2022-01-28 12:20:46 +00:00
man Install man pages under mandir. 2020-04-04 21:10:15 +01:00
po po: update po files 2020-03-16 13:34:34 +01:00
src fix invalid use of subprojects 2022-06-27 10:56:45 +04:00
subprojects fix invalid use of subprojects 2022-06-27 10:56:45 +04:00
tests coroutine_gthread: Fix recursive yield 2020-08-12 16:17:15 +01:00
tools spicy: destroy all windows on disconnection 2021-02-19 12:37:52 +01:00
vapi build: Replace "join_paths" with "/" operator 2019-08-21 12:08:12 +01:00
.editorconfig Replace emacs modeline with .editorconfig 2020-04-09 07:38:08 +01:00
.gitlab-ci.yml ci: Test for Windows coroutines 2020-08-12 16:17:19 +01:00
.gitmodules Move src/keycodemapdb -> subprojects/keycodemapdb 2019-02-18 18:31:35 +00:00
.gitpublish Add default .gitpublish profile 2017-04-11 15:26:26 +02:00
.mailmap .mailmap: add another Victor Toso alias 2018-06-08 17:47:55 +02:00
AUTHORS Release 0.8 2012-01-15 22:07:05 +01:00
CHANGELOG.md Release v0.40 2022-02-07 14:43:23 +01:00
COPYING Initial import from SPICE 2010-11-23 17:00:17 +01:00
meson_options.txt coroutine: add support for libucontext 2022-03-04 21:56:12 -08:00
meson.build fix invalid use of subprojects 2022-06-27 10:56:45 +04:00
README.md Drop autotools 2019-07-09 11:05:29 +01:00