lxdm: Use lxdm.conf from build directory

The lxdm.conf is populated to the build/data directory, not
the source directory.

Upstream-Status: Inappropriate (configuration)

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Ash Charles
2014-05-26 13:42:25 -07:00
committed by Martin Jansa
parent 1c2147485f
commit 3801a2a8fd
+1 -1
View File
@@ -42,7 +42,7 @@ do_compile_append() {
-e 's,# arg=.*,arg=${bindir}/X -s 0,g' \
${S}/data/lxdm.conf.in
# add default configuration
oe_runmake -C ${S}/data lxdm.conf
oe_runmake -C ${B}/data lxdm.conf
}
do_install_append() {