diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-04-08 17:19:56 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-08 10:05:00 -0700 |
commit | 38dda849d5c408411941b55024325f82d124b2f1 (patch) | |
tree | db896cf96ff478153b6f264159832d3a799b61fd | |
parent | 95a76614a6c80c954afc3a61b7ac83ed9f943db6 (diff) | |
download | meta-openembedded-38dda849d5c408411941b55024325f82d124b2f1.tar.gz |
freerdp: set PROXY_PLUGINDIR
This avoids buildpath in freerdp-proxy binary
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/freerdp/freerdp_2.10.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.10.0.bb b/meta-oe/recipes-support/freerdp/freerdp_2.10.0.bb index a1bf67ca11..0fc779a60e 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_2.10.0.bb +++ b/meta-oe/recipes-support/freerdp/freerdp_2.10.0.bb | |||
@@ -28,6 +28,7 @@ EXTRA_OECMAKE += " \ | |||
28 | -DBUILD_STATIC_LIBS=OFF \ | 28 | -DBUILD_STATIC_LIBS=OFF \ |
29 | -DCMAKE_POSITION_INDEPENDANT_CODE=ON \ | 29 | -DCMAKE_POSITION_INDEPENDANT_CODE=ON \ |
30 | -DWITH_MANPAGES=OFF \ | 30 | -DWITH_MANPAGES=OFF \ |
31 | -DPROXY_PLUGINDIR=${libdir}/freerdp/proxy/plugins \ | ||
31 | " | 32 | " |
32 | 33 | ||
33 | PACKAGECONFIG ??= " \ | 34 | PACKAGECONFIG ??= " \ |