diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-06-06 12:08:19 +0200 |
---|---|---|
committer | Frederic Marec <frederic.marec@iot.bzh> | 2019-06-06 12:08:19 +0200 |
commit | 46c9aed8377caba954ca972d98618c7f6b7f07db (patch) | |
tree | fa2bdcdefd05ff6bbb0ad9e2400b46a437e95b98 /conf.d/cmake | |
parent | b7239507a26eeb61dd5861ba891204e3c646dc66 (diff) |
Fix lua cmake dependancy on Fedora
Following review 21142 00-default-osconfig.cmake need lua dependency
Bug-AGL: SPEC-2491
Change-Id: Id8a876e47207ddb6a6a70709e90dcb4ca1d28a03
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'conf.d/cmake')
-rw-r--r-- | conf.d/cmake/00-default-osconfig.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/00-default-osconfig.cmake b/conf.d/cmake/00-default-osconfig.cmake index de39a53..669cc96 100644 --- a/conf.d/cmake/00-default-osconfig.cmake +++ b/conf.d/cmake/00-default-osconfig.cmake @@ -1 +1 @@ -list(APPEND PKG_REQUIRED_LIST alsa>=1.1.6)
\ No newline at end of file +list(APPEND PKG_REQUIRED_LIST lua>=5.3 alsa>=1.1.6)
\ No newline at end of file |