mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
xdebug: Add missing dep on re2c-native
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
de21729a76
commit
2fde407390
|
|
@ -2,7 +2,7 @@ SUMMARY = "Debugging and profiling extension for PHP"
|
|||
LICENSE = "Xdebug"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=34df3a274aa12b795417c65634c07f16"
|
||||
|
||||
DEPENDS = "php"
|
||||
DEPENDS = "php re2c-native"
|
||||
|
||||
SRC_URI = "http://xdebug.org/files/xdebug-${PV}.tgz"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user