fix: remove drm feature from makefile

This commit is contained in:
Ilya Zlobintsev
2024-09-13 09:52:39 +03:00
parent 8e9c13cbf6
commit b4ed0aa3fc

View File

@@ -9,7 +9,7 @@ build-release-libadwaita:
cargo build -p lact --release --features=adw
build-release-headless:
cargo build -p lact --release --no-default-features --features=drm
cargo build -p lact --release --no-default-features
install:
install -Dm755 target/release/lact $(DESTDIR)$(PREFIX)/bin/lact