Skip to content

Commit

Permalink
x11-drivers/evdi: set CONFIG_DRM_EVDI to build module
Browse files Browse the repository at this point in the history
This was removed from the module Makefile, but still needs to be set to
actually build the module.
  • Loading branch information
SuperTux88 committed Jul 8, 2024
1 parent cb3ab09 commit 73e5386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion metadata/md5-cache/x11-drivers/evdi-1.14.5
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RDEPEND=x11-libs/libdrm sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:
SLOT=0
SRC_URI=https://github.com/DisplayLink/evdi/archive/v1.14.5.tar.gz -> evdi-1.14.5.tar.gz
_eclasses_=mount-boot-utils 221f3b57621b98ab8e76d42420601f6d toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 dist-kernel-utils c5204a4147b612736aef239e7cc69885 edo 367e103a74bf77e6a8da7894d999fa3c linux-info e967b81f54be6f49f4219a57ce7db437 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe linux-mod-r1 0bdab9f1f3187180a16e0c6827bc13c2
_md5_=6f52f3757247f58b4a5a6cf9626a0dfa
_md5_=ca0c2938d205edeb431b4665be227a59
1 change: 1 addition & 0 deletions x11-drivers/evdi/evdi-1.14.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pkg_setup() {
}

src_compile() {
MODULES_MAKEARGS+=( CONFIG_DRM_EVDI=m )
local modlist=( evdi=video:"${S}/module" )
linux-mod-r1_src_compile

Expand Down

0 comments on commit 73e5386

Please sign in to comment.