Age | Commit message (Collapse) | Author |
|
Completely unused pulling in an undesired glxproto dependency.
Reported-by: Cyril Brulebois <kibi@debian.org>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=30554
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
(cherry picked from commit 97fea2fd0c36d78f4e940b124a7886c4a3f3dfc7)
Signed-off-by: Owain G. Ainsworth <oga@openbsd.org>
|
|
Signed-off-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
(cherry picked from commit 7f86e5b5da88201e5443e26619c35a1a9745cf68)
Signed-off-by: Owain G. Ainsworth <oga@openbsd.org>
|
|
Signed-off-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
(cherry picked from commit b611bced15c30f7bcd03106ce90668b684c1ada6)
Signed-off-by: Owain G. Ainsworth <oga@openbsd.org>
|
|
Per-target compilation flags (libIntelXvMC_la_CFLAGS) are required
when multiple targets which require different compiler flags,
are build in the same makefile.
Automake issues a command with -c and -o flags which not all compilers
support. The object fles are prefixed with libIntelXvMC_la.
The macro AM_PROG_CC_C_O must then be used to provide this feature
on compilers that do not have it. If not, a warning is issued at make time.
This macros checks for compiler support and if missing, uses a "compile"
script it generates in the package root directory.
Currently the driver uses per-target flags but the macro is missing.
Rather than adding the macro, this patch stops using per-target flags
by using the AM_CFLAGS variable for all targets in the makefile, as
there is only one.
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
(cherry picked from commit 68df6b2790891683ee2e58daaad34ef17ae344f5)
Signed-off-by: Owain G. Ainsworth <oga@openbsd.org>
|
|
This removes the last dependeny on anything GL/GLX in the driver.
(cherry picked from commit 938ef4eaec0e406e198105d866f6d2a1be5e0ef8)
Signed-off-by: Owain G. Ainsworth <oga@openbsd.org>
|
|
shocked it took me this long to realise
|