drm: Branch 'master'

[email protected] (Michel D??nzer) Mon, 8 Jan 2018 17:35:21 +0000 (UTC)
Newsgroups gmane.comp.video.dri.patches
Message-ID <[email protected]>
 data/Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ad3152fa698b128c9bd266522b0b48594b131055
Author: Seung-Woo Kim <[email protected]>
Date:   Thu Jan 4 15:31:51 2018 +0900

    amdgpu: fix not to add amdgpu.ids when building without amdgpu
    
    The amdgpu.ids is only required when building with amdgpu support.
    Fix not to add it without amdgpu.
    
    Signed-off-by: Seung-Woo Kim <[email protected]>
    Reviewed-by: Michel Dänzer <[email protected]>

diff --git a/data/Makefile.am b/data/Makefile.am
index eba915dd..897a7f35 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -20,4 +20,6 @@
 #  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 libdrmdatadir = @libdrmdatadir@
+if HAVE_AMDGPU
 dist_libdrmdata_DATA = amdgpu.ids
+endif

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

--
_______________________________________________
Dri-patches mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-patches