Commit 6ef45ec1 authored by Romain Naour's avatar Romain Naour Committed by Thomas Petazzoni
Browse files
parent 467122e6
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBDRM
	bool "libdrm"
	select BR2_PACKAGE_LIBPTHREAD_STUBS
	depends on BR2_TOOLCHAIN_HAS_THREADS # libpthread-stubs
	depends on BR2_LARGEFILE
	help
	  Direct Rendering Manager
@@ -59,5 +60,5 @@ endmenu

endif

comment "libdrm needs a toolchain w/ largefile"
	depends on !BR2_LARGEFILE
comment "libdrm needs a toolchain w/ largefile, threads"
	depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS