From af58110489421f3054efc526a79c6e255c6d6a32 Mon Sep 17 00:00:00 2001 From: Eric House Date: Wed, 20 Dec 2017 21:45:20 -0800 Subject: [PATCH] add missing deb packages --- xwords4/linux/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xwords4/linux/Makefile b/xwords4/linux/Makefile index 30d0c59dc..801a2e8e2 100644 --- a/xwords4/linux/Makefile +++ b/xwords4/linux/Makefile @@ -265,6 +265,8 @@ REQUIRED_DEBS = gcc libgtk-3-dev \ libncursesw5-dev \ uuid-dev \ libsqlite3-dev \ + libcurl4-openssl-dev \ + libjson-c-dev \ .PHONY: debcheck debs_install