Skip to content

Remove libdir from xcb-proto.pc

Matt Turner requested to merge mattst88/xcbproto:build-improvements into master
  • Patch 1

    Remove libdir from xcb-proto.pc

    Added by 17ab095a ("add libdir/exec_prefix to xcb-xproto.pc") with the rationale of using it to find the python path, but later commits bd7a481a ("pkg-config: Add sysroot prefix") and be9c255b ("Adjust to automake 1.16.4 changes") make this directly accessible.

    By removing libdir from the pkgconfig file, the file becomes identical for different ABIs.

  • Patch 2

    Install xcb-proto to $(datarootdir)

    ... i.e. to /usr/share/pkgconfig.

  • Patch 3

    Call AC_OUTPUT without arguments

    configure.ac:22: warning: AC_OUTPUT should be used without arguments. configure.ac:22: You should run autoupdate.

Merge request reports