mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 15:20:11 +01:00
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 <sw0312.kim@samsung.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
parent
831036a6f6
commit
ad3152fa69
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue