add gtk-3 to set of debs Makefile knows to install

This commit is contained in:
Eric House 2016-09-13 19:45:29 -07:00
parent 809e962765
commit baf825e7db

View file

@ -253,7 +253,7 @@ endif
# provides an all: target
include ../common/rules.mk
REQUIRED_DEBS = gcc libgtk2.0-dev \
REQUIRED_DEBS = gcc libgtk-3-dev \
libbluetooth-dev \
libncurses5-dev \
libncursesw5-dev \