build: bump libdrm requirement to newer version (2.4.83)
authorLeandro Ribeiro <leandrohr@riseup.net>
Fri, 22 Nov 2019 17:45:33 +0000 (14:45 -0300)
committerDaniel Stone <daniel@fooishbar.org>
Sat, 23 Nov 2019 09:57:52 +0000 (09:57 +0000)
commit94e4068ba1713cf8578ead86d80ec626ce19867b
treef53b4c6ed741ccc36eb41d500d64051e567131f3
parent18462e8924d6d0ac1db000f2e7ad3b7c427f0e18
build: bump libdrm requirement to newer version (2.4.83)

There are some features that are available only if the user's libdrm version is
not too old: format modifiers require at least libdrm 2.4.71, atomic API at
least 2.4.78 and blob formats at least 2.4.83.

Bump libdrm to 2.4.83 (the oldest version that support these features) in order
to be able to remove ifdef checks and simplify the code. Major distributions
already support libdrm 2.4.91, so it's safe to apply this commit.

Signed-off-by: Leandro Ribeiro <leandrohr@riseup.net>
meson.build