search for: sdkdir

Displaying 5 results from an estimated 5 matches for "sdkdir".

Did you mean: ndkdir
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
...config: remove unrequired AC_HEADER_STDC config: Utilize util-macros 1.8 for additional man page support config: Use LT_INIT option instead of AC_DISABLE_STATIC config: Add comments for main statements config: Remove unrequired AC_SUBST for LIBDRM_NOUVEAU and LIBUDEV config: remove unused sdkdir=$(pkg-config...) statement config: Set automake options consistently in one location config: Complete bug report URL for Xorg DDX nouveau driver config: Suggest upstream to find macros in case they are missing .gitignore | 71 +++++++++++++++++++++++++++++++++++++++++-------- Makefile....
2013 Jun 06
0
[PATCH 2/2] nouveau: add libbacklight and randr property support.
...| 3 +++ src/Makefile.am | 4 ++-- src/drmmode_display.c | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 137de9c..d3e8692 100644 --- a/configure.ac +++ b/configure.ac @@ -81,6 +81,9 @@ sdkdir=$(pkg-config --variable=sdkdir xorg-server) # Checks for libraries. PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.10]) +PKG_CHECK_MODULES(LIBBACKLIGHT, [libbacklight], LIBBACKLIGHT="yes"; AC_DEFINE(HAVE_LIBBACKLIGHT, 1, [libbacklight available]), [LIBBACKLIGHT=no]) +AM_CONDITIONAL...
2013 Jun 06
1
[PATCH 1/2] nouveau/mode: split out create_ranged_atom
From: Dave Airlie <airlied at redhat.com> This is preperation for the backlight support code. Signed-off-by: Dave Airlie <airlied at redhat.com> --- src/drmmode_display.c | 54 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 34 insertions(+), 20 deletions(-) diff --git a/src/drmmode_display.c b/src/drmmode_display.c index 6033a6d..ad7bc1f 100644 ---
2018 Aug 14
0
[ANNOUNCE] xf86-video-v4l 0.3.0
...ot have a ChangeLog target in Makefile.am #23814 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES configure.ac: remove unused sdkdir=$(pkg-config...) statement config: header files are part of the source not in EXTRA_DIST config: upgrade to util-macros 1.8 for additional man page support config: update AC_PREREQ statement to 2.60 config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 config: remove...
2019 Jan 29
0
[ANNOUNCE] xf86-video-nouveau 1.0.16
...uired AC_HEADER_STDC config: Utilize util-macros 1.8 for additional man page support config: Use LT_INIT option instead of AC_DISABLE_STATIC config: Add comments for main statements config: Remove unrequired AC_SUBST for LIBDRM_NOUVEAU and LIBUDEV config: remove unused sdkdir=$(pkg-config...) statement config: Set automake options consistently in one location config: Complete bug report URL for Xorg DDX nouveau driver config: Suggest upstream to find macros in case they are missing Adapt to PixmapDirtyUpdateRec::src being a DrawablePtr git tag:...