Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP5
lswt
Makefile.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Makefile.patch of Package lswt
diff --git a/Makefile.orig b/Makefile index 27b588e..c247262 100644 --- a/Makefile.orig +++ b/Makefile @@ -1,12 +1,12 @@ SCANNER := wayland-scanner -PREFIX=/usr/local +PREFIX=/usr BINDIR=$(PREFIX)/bin MANDIR=$(PREFIX)/share/man BASHCOMPDIR=$(PREFIX)/share/bash-completion/completions -CFLAGS=-Wall -Werror -Wextra -Wpedantic -Wno-unused-parameter -Wconversion -Wformat-security -Wformat -Wsign-conversion -Wfloat-conversion -Wunused-result -LIBS=-lwayland-client +CFLAGS=-Wall -Werror -Wextra -Wpedantic -Wno-unused-parameter -Wconversion -Wformat-security -Wformat -Wsign-conversion -Wfloat-conversion -Wunused-result $(shell pkg-config --cflags wayland-client) +LIBS=$(shell pkg-config --libs wayland-client) OBJ=lswt.o wlr-foreign-toplevel-management-unstable-v1.o GEN=wlr-foreign-toplevel-management-unstable-v1.c wlr-foreign-toplevel-management-unstable-v1.h @@ -24,7 +24,7 @@ $(OBJ): $(GEN) install: lswt install -D lswt $(DESTDIR)$(BINDIR)/lswt install -m 644 -D lswt.1 $(DESTDIR)$(MANDIR)/man1/lswt.1 - install -D bash-completion $(DESTDIR)$(BASHCOMPDIR)/lswt + install -m 644 -D bash-completion $(DESTDIR)$(BASHCOMPDIR)/lswt uninstall: $(RM) $(DESTDIR)$(BINDIR)/lswt
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor