Skip to content

Commit

Permalink
Added compile flag for xrandr libs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMohawkNinja committed Nov 21, 2022
1 parent 063ef04 commit e7e542c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ ISSUES

TO CONTRIBUTORS

Compile with "g++ WallFade.cpp `Magick++-config --cxxflags --cppflags --ldflags --libs` -lX11 -pthread -o WallFade"
Compile with "g++ WallFade.cpp `Magick++-config --cxxflags --cppflags --ldflags --libs` -lX11 -lXrandr -pthread -o WallFade"

0 comments on commit e7e542c

Please sign in to comment.