qtbase: remove renameat2 PACKAGECONFIG

* since glibc 2.28 it is not necessary that Qt implements it
* reduce PACKAGECONFIG mania a bit

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-08-21 01:28:24 +02:00
committed by Martin 'JaMa' Jansa
parent 2d1d807815
commit 95d64ea67e

View File

@@ -153,8 +153,6 @@ PACKAGECONFIG[widgets] = "-widgets,-no-widgets"
PACKAGECONFIG[libproxy] = "-libproxy,-no-libproxy,libproxy"
PACKAGECONFIG[libinput] = "-libinput,-no-libinput,libinput"
PACKAGECONFIG[journald] = "-journald,-no-journald,systemd"
# needs kernel 3.16+
PACKAGECONFIG[renameat2] = "-feature-renameat2,-no-feature-renameat2,"
# needs kernel 3.17+
PACKAGECONFIG[getentropy] = "-feature-getentropy,-no-feature-getentropy,"