[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libdrm: Changes to 'ubuntu'



 debian/changelog  |    6 ++++++
 debian/control    |    1 +
 tests/Makefile.am |    2 ++
 xf86drm.h         |    2 +-
 4 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit aef3872745c086aa19d0e70153525c4870e07dbc
Author: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date:   Fri Feb 8 13:22:23 2013 +0100

    Re-enable building of manpages, and build-depend on xsltproc

diff --git a/debian/changelog b/debian/changelog
index 146bdcc..131f913 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdrm (2.4.42-0ubuntu2) UNRELEASED; urgency=low
+
+  * Re-enable building of manpages, and build-depend on xsltproc
+
+ -- Maarten Lankhorst <maarten.lankhorst@ubuntu.com>  Fri, 08 Feb 2013 13:22:03 +0100
+
 libdrm (2.4.42-0ubuntu1) raring; urgency=low
 
   * Sync from unreleased debian git.
diff --git a/debian/control b/debian/control
index d13a788..e07dd9b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends:
  debhelper (>= 9),
  dh-autoreconf,
  quilt,
+ xsltproc,
  libx11-dev,
  pkg-config,
  libpthread-stubs0-dev,
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a3a59bd..ea9026e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -10,6 +10,8 @@ check_PROGRAMS = \
 	dristat \
 	drmstat
 
+dristat_LDADD = $(CLOCK_LIB)
+
 SUBDIRS = modeprint
 
 if HAVE_LIBKMS
diff --git a/xf86drm.h b/xf86drm.h
index 5ecb284..ad9653e 100644
--- a/xf86drm.h
+++ b/xf86drm.h
@@ -74,7 +74,7 @@ extern "C" {
 /* Default /dev/dri directory permissions 0755 */
 #define DRM_DEV_DIRMODE	 	\
 	(S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
-#define DRM_DEV_MODE	 (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP)
+#define DRM_DEV_MODE	 (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
 
 #define DRM_DIR_NAME  "/dev/dri"
 #define DRM_DEV_NAME  "%s/card%d"


Reply to: