mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
fix: remove drm feature from makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user