summaryrefslogtreecommitdiffstats
path: root/core/modules/beamergui/module.conf.ubuntu
blob: 57fc742a4560084932102355ad1014fe5ce3e549 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
	libqt5gui5
	libxrandr-dev
	qt5-qmake
	qtbase5-dev
	qtbase5-dev-tools
	qttools5-dev-tools
"
REQUIRED_CONTENT_PACKAGES="
	libxrandr-dev
"