Skip to content

Commit

Permalink
build: don't mix up package and executable names
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcaro authored Jan 7, 2025
1 parent d4bb387 commit d430baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ifeq ($(TARGET),gtk)
ifeq ($(GTKFLAGS),)
$(warning $(PKG_CONFIG) can't find gtk+-3.0, or $(PKG_CONFIG) itself can't be found)
$(warning if you have the needed files installed, specify their locations and names with `make GTKFLAGS='-I/usr/include' GTKLIBS='-L/usr/lib -lgtk'`)
$(warning if not, the package names under Debian and derivates are '$(PKG_CONFIG) libgtk-3-dev'; for other distros, consult a search engine)
$(warning if not, the package names under Debian and derivates are 'pkg-config libgtk-3-dev'; for other distros, consult a search engine)
$(warning If you instead want to build the CLI version, set the TARGET environment variable like so:)
$(warning TARGET=cli make)
$(error Can't build gtk target without gtk dependencies)
Expand Down

0 comments on commit d430baa

Please sign in to comment.