https://bugs.freedesktop.org/show_bug.cgi?id=76320
Priority: medium Bug ID: 76320 Assignee: dri-devel@lists.freedesktop.org Summary: libpciaccess seems to require xorg-macros for no reason Severity: normal Classification: Unclassified OS: All Reporter: kallisti5@unixzen.com Hardware: Other Status: NEW Version: XOrg CVS Component: libdrm Product: DRI
Looking at libpciaccess, the configure.ac seems to require xorg-macros when it is not needed in any way shape or form. Removing the xorg-macros still results in a functioning build.
I did have to disable the man pages, this may not be related though:
make[2]: Entering directory `/home/e1529750/Code/libpciaccess-0.13.2/man' /bin/sed < scanpci.man > scanpci. Usage: /bin/sed [OPTION]... {script-only-if-no-other-script} [input-file]...
-n, --quiet, --silent suppress automatic printing of pattern space
Mentioning this as libdrm is supposed to not rely on xorg to function, but it relies on libpciaccess which requires xorg-macros.
https://bugs.freedesktop.org/show_bug.cgi?id=76320
Alexander von Gluck kallisti5@unixzen.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|libpciaccess seems to |libpciaccess requires |require xorg-macros for no |xorg-macros when it may not |reason |be available on all target | |platforms (ones lacking | |Xorg)
https://bugs.freedesktop.org/show_bug.cgi?id=76320
Matt Turner mattst88@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX
--- Comment #1 from Matt Turner mattst88@gmail.com --- Totally related:
man/Makefile.am: # String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure SUFFIXES = .$(APP_MAN_SUFFIX) .man
You do realize that xorg-macros is just a m4 file full of autoconf convenience macros, right? Using it isn't actually relying on xorg to function.
dri-devel@lists.freedesktop.org