Commit 97f21c32 authored by Florent Revest's avatar Florent Revest

dsme: fixes host's includedir usage by configure

parent eecb6bb7
......@@ -15,7 +15,7 @@ inherit autotools pkgconfig
B = "${WORKDIR}/git"
# Poweron-timer needs libcal but I can't find it
EXTRA_OECONF= " --disable-poweron-timer --disable-upstart --enable-systemd --enable-runlevel --enable-pwrkeymonitor --disable-static"
EXTRA_OECONF= " --disable-poweron-timer --disable-upstart --enable-systemd --enable-runlevel --enable-pwrkeymonitor --disable-static --includedir=${STAGING_INCDIR} --oldincludedir=${STAGING_INCDIR}"
do_configure_prepend() {
sed -i "s/\lsystemd-daemon/lsystemd/" dsme/Makefile.am
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment