mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-07 06:11:41 +00:00
Revert "intercept: Allow disabling (build-time) the udev redirection"
This reverts commit c640f2f215.
Turns out this is due to a very weird situation where Arch has their
libudev.so.0 as an incompatible API which all current games expect to
be of libudev.so.1 ABI, and isn't something LSI should be fixing, the
distro should.
This commit is contained in:
@@ -90,13 +90,6 @@ if with_snap_support == true
|
||||
message('Enabling snapd support. Do NOT do this for distribution builds!')
|
||||
endif
|
||||
|
||||
with_udev_redirect = get_option('with-udev-redirect')
|
||||
if with_udev_redirect == true
|
||||
cdata.set('HAVE_UDEV_REDIRECT', '1')
|
||||
message('Enabling udev soname redirection. DO NOT DO THIS FOR ARCH LINUX!')
|
||||
message('The udev redirect should only be used when not using udev shim')
|
||||
endif
|
||||
|
||||
config_h = configure_file(
|
||||
configuration: cdata,
|
||||
output: 'config.h',
|
||||
|
||||
Reference in New Issue
Block a user