summaryrefslogtreecommitdiff
path: root/recipes-tizen/drm-client/drm-client.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-tizen/drm-client/drm-client.inc')
-rw-r--r--recipes-tizen/drm-client/drm-client.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-tizen/drm-client/drm-client.inc b/recipes-tizen/drm-client/drm-client.inc
index 9b5d1771..8700b34c 100644
--- a/recipes-tizen/drm-client/drm-client.inc
+++ b/recipes-tizen/drm-client/drm-client.inc
@@ -69,7 +69,8 @@ do_compile() {
-DSYSCONF_INSTALL_DIR:PATH=${sysconfdir} \
-DSHARE_INSTALL_PREFIX:PATH=${prefix}/share \
-DCMAKE_SKIP_RPATH:BOOL=ON \
- -DBUILD_SHARED_LIBS:BOOL=ON .
+ -DBUILD_SHARED_LIBS:BOOL=ON \
+ ${EXTRA_OECMAKE} .
make -j16