Skip to content

Commit

Permalink
Remove dri dependancies
Browse files Browse the repository at this point in the history
On fedora at least these end up pulling a huge libLLVM dependancy
  • Loading branch information
ericcurtin committed Aug 23, 2022
1 parent 03d1a3d commit b2ba74a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dracut/modules.d/81twincam/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install() {
# Required if using Fedora SDL2
inst_libdir_file "libSDL2*.so*"
inst_libdir_file "libgbm*.so*"
inst_libdir_file "dri/*.so*"
# inst_libdir_file "dri/*.so*" pulls in massive libLLVM which we don't need
inst_libdir_file "libOpenGL*.so*"
inst_libdir_file "libEGL*.so*"

Expand Down
5 changes: 4 additions & 1 deletion twincam.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Name: twincam
Version: 0.5
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A lightweight camera application

License: GPLv2
Expand Down Expand Up @@ -62,6 +62,9 @@ dracut -f
%{_unitdir}/multi-user.target.wants/twincam-quit.service

%changelog
* Tue Aug 23 2022 Eric Curtin <[email protected]> - 0.5-4
- Remove dri dependancies

* Mon Aug 22 2022 Eric Curtin <[email protected]> - 0.5-3
- Exclude architecture ix86

Expand Down

0 comments on commit b2ba74a

Please sign in to comment.