search for: _srcs

Displaying 1 result from an estimated 1 matches for "_srcs".

Did you mean: _src
2020 Mar 27
2
directfb on CentOS 7
I have another package (baresip) that needs "directfb". from baresip make MOD := directfb $(MOD)_SRCS += directfb.c $(MOD)_LFLAGS += $(shell pkg-config --libs directfb) $(MOD)_CFLAGS += $(shell pkg-config --cflags directfb \ | sed -e 's/-I/-isystem/g') include mk/mod.mk I tried to find with: yum provides "*/directfb.pc" but nothing is r...