diff options
| author | Richard Hughes <richard@hughsie.com> | 2021-11-12 11:24:13 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-13 01:17:26 -0800 |
| commit | cb1968b5410fa415f5c6c70264ce83c4112b6d4d (patch) | |
| tree | 1ba90bdc4f7c750caf0a12a2a595ac4abca60fa4 | |
| parent | 8f28d845b144d19d7894163e2ac84f98ea521f9c (diff) | |
| download | meta-openembedded-cb1968b5410fa415f5c6c70264ce83c4112b6d4d.tar.gz | |
libgusb: Use the correct args to disable vala support
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb b/meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb index 51e7349043..bde57e9ccb 100644 --- a/meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb +++ b/meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb | |||
| @@ -12,3 +12,5 @@ PACKAGECONFIG[vapi] = "-Dvapi=true,-Dvapi=false" | |||
| 12 | SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main;protocol=https" | 12 | SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main;protocol=https" |
| 13 | SRCREV = "db9edbd8b45662d551194a0985173732f8f557a5" | 13 | SRCREV = "db9edbd8b45662d551194a0985173732f8f557a5" |
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | |||
| 16 | PACKAGECONFIG[vala] = "-Dvapi=true,-Dvapi=false" | ||
