Skip to content

Commit

Permalink
xf86-input-evdev: Rebuild for systemd/udev update
Browse files Browse the repository at this point in the history
```
$ ldd /usr/lib/xorg/modules/input/evdev_drv.so
        linux-vdso.so.1 (0x00007ffd55383000)
        libmtdev.so.1 => /usr/lib/libmtdev.so.1 (0x00007fd46ea25000)
        libudev.so.0 => not found
        libevdev.so.2 => /usr/lib/libevdev.so.2 (0x00007fd46e80a000)
        libc.so.6 => /lib/libc.so.6 (0x00007fd46e45f000)
        /lib64/ld-linux-x86-64.so.2 (0x000055fc06ba3000)
```

```
$ ldd /usr/lib/xorg/modules/input/evdev_drv.so
        linux-vdso.so.1 (0x00007fff78e99000)
        libmtdev.so.1 => /usr/lib/libmtdev.so.1 (0x00007fd9019b8000)
        libudev.so.1 => /lib/libudev.so.1 (0x00007fd901799000)
        libevdev.so.2 => /usr/lib/libevdev.so.2 (0x00007fd90157e000)
        libc.so.6 => /lib/libc.so.6 (0x00007fd9011d3000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x00007fd900fbc000)
        libcap.so.2 => /usr/lib/libcap.so.2 (0x00007fd900db6000)
        librt.so.1 => /lib/librt.so.1 (0x00007fd900bae000)
        libm.so.6 => /lib/libm.so.6 (0x00007fd9008ad000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00007fd90068e000)
        /lib64/ld-linux-x86-64.so.2 (0x0000557f40277000)
```
  • Loading branch information
pmenzel committed Sep 7, 2016
1 parent 2e56d99 commit 9364a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xf86-input-evdev.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION xf86-input-evdev-2.10.3-0
# BEE_VERSION xf86-input-evdev-2.10.3-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down

0 comments on commit 9364a56

Please sign in to comment.