Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
xorg: add xcb-xinput
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier committed Apr 16, 2024
1 parent a7f6983 commit c84d179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/xorg/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def system_requirements(self):
"libxcb-keysyms1-dev", "libxcb-randr0-dev", "libxcb-shape0-dev", "libxcb-sync-dev", "libxcb-xfixes0-dev",
"libxcb-xinerama0-dev", "libxcb-dri3-dev", "uuid-dev", "libxcb-cursor-dev", "libxcb-dri2-0-dev",
"libxcb-dri3-dev", "libxcb-present-dev", "libxcb-composite0-dev", "libxcb-ewmh-dev",
"libxcb-res0-dev"], update=True, check=True)
"libxcb-res0-dev", "libxcb-xinput-dev"], update=True, check=True)
apt.install_substitutes(
["libxcb-util-dev"], ["libxcb-util0-dev"], update=True, check=True)

Expand Down Expand Up @@ -87,7 +87,7 @@ def package_info(self):
"xcb-renderutil", "xcb-shape", "xcb-shm", "xcb-sync", "xcb-xfixes",
"xcb-xinerama", "xcb", "xcb-atom", "xcb-aux", "xcb-event", "xcb-util",
"xcb-dri3", "xcb-cursor", "xcb-dri2", "xcb-dri3", "xcb-glx", "xcb-present",
"xcb-composite", "xcb-ewmh", "xcb-res"] + ([] if self.settings.os == "FreeBSD" else ["uuid"]):
"xcb-composite", "xcb-ewmh", "xcb-res", "xcb-xinput"] + ([] if self.settings.os == "FreeBSD" else ["uuid"]):
pkg_config = PkgConfig(self, name)
pkg_config.fill_cpp_info(
self.cpp_info.components[name], is_system=self.settings.os != "FreeBSD")
Expand Down

0 comments on commit c84d179

Please sign in to comment.