]> git.pld-linux.org Git - packages/xorg-driver-video-amdgpu.git/blob - xorg-driver-video-amdgpu-sysconfigdir.patch
- updated to 1.1.1
[packages/xorg-driver-video-amdgpu.git] / xorg-driver-video-amdgpu-sysconfigdir.patch
1 --- xf86-video-amdgpu-1.1.1/configure.ac.orig   2016-09-15 08:51:54.000000000 +0200
2 +++ xf86-video-amdgpu-1.1.1/configure.ac        2016-09-15 16:38:50.395978648 +0200
3 @@ -90,9 +90,9 @@
4  AC_ARG_WITH(xorg-conf-dir,
5              AS_HELP_STRING([--with-xorg-conf-dir=DIR],
6                             [Default xorg.conf.d directory [[default=$prefix/share/X11/xorg.conf.d/]]]),
7 -            [xorgconfdir="$withval"],
8 -            [xorgconfdir="$prefix/share/X11/xorg.conf.d"])
9 -AC_SUBST(configdir)
10 +            [sysconfigdir="$withval"],
11 +           [if test "x$sysconfigdir" = "x" ; then sysconfigdir="$prefix/share/X11/xorg.conf.d" ; fi])
12 +AC_SUBST(sysconfigdir)
13  AM_CONDITIONAL(HAS_XORG_CONF_DIR, [test "x$sysconfigdir" != "x"])
14  
15  AC_ARG_ENABLE([udev],
16 --- xf86-video-amdgpu-1.1.1/conf/Makefile.am.orig       2015-04-26 03:41:53.000000000 +0200
17 +++ xf86-video-amdgpu-1.1.1/conf/Makefile.am    2016-09-15 16:51:51.325969732 +0200
18 @@ -20,5 +20,5 @@
19  
20  
21  if HAS_XORG_CONF_DIR
22 -dist_config_DATA = 10-amdgpu.conf
23 +dist_sysconfig_DATA = 10-amdgpu.conf
24  endif
This page took 0.058144 seconds and 3 git commands to generate.