diff options
author | Samuel Fadel <samuel@nihil.ws> | 2023-06-06 16:58:40 +0200 |
---|---|---|
committer | Samuel Fadel <samuel@nihil.ws> | 2023-06-06 16:58:40 +0200 |
commit | 4ef37f16257b42512ec610cc5def338707308747 (patch) | |
tree | a00986754f6792a4b991a4927a9dc98f7b1919f7 /Makefile | |
parent | 4f05d891f05a038bad7b911ce52d27e01b34f7cb (diff) |
BarChart, Wayland.
* Makefile: Added some Wayland stuff to cflags/libs in pkg-config
* barchart: Rendering works, no interactivity
* main.cpp: Reposition some components for a more compact view
* manifest.scm: glfw-wayland: Added GLFW variant with Wayland
* scatterplot.cpp and voronoisplat.cpp: Cleanup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -CFLAGS=-O2 -Iinclude `pkg-config --cflags armadillo glfw3` -LIBS=`pkg-config --libs armadillo gl glfw3` +CFLAGS=-O2 -Iinclude `pkg-config --cflags armadillo egl gl glfw3 xkbcommon` +LIBS=`pkg-config --libs armadillo egl gl glfw3 xkbcommon` OBJS=barchart.o brushinghandler.o colormap.o colorscale.o continuouscolorscale.o divergentcolorscale.o dist.o forcescheme.o geometry.o lamp.o manipulationhandler.o mapscalehandler.o measures.o projectionhistory.o quadtree.o scale.o scatterplot.o shader.o voronoisplat.o all: pm |