summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-01-13 10:06:04 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-01-13 10:06:07 +0100
commit3dbdc2bc91b405f470b885d27951b2c162f3269c (patch)
treeb8abb3997bb3b92ca67105ee95a620a355b2dbb4
parent5846d9453feecb0181a6234a49d9751cbd9f4b9f (diff)
downloadptxdist-2021.01.0.tar.gz
ptxdist-2021.01.0.tar.xz
xorg-server: fix crypto dependencyptxdist-2021.01.0
With meson, only nettle is supported as sha1 implementation. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/xorg-server.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/xorg-server.in b/rules/xorg-server.in
index 135dee3a4..eb3cfb442 100644
--- a/rules/xorg-server.in
+++ b/rules/xorg-server.in
@@ -29,7 +29,7 @@ menuconfig XORG_SERVER
select XORG_LIB_FONTENC
select XORG_LIB_XEXT
select PIXMAN
- select OPENSSL
+ select NETTLE
select XORG_LIB_XKBFILE
select UDEV if XORG_SERVER_UDEV