What to install in SDK to get luci compiled, but none of the luci apps?

So I'm using SDK to compile packages and to make sure my luci apps can be compiled, I first use:

./scripts/feeds install luci-base

That installs enough to compile my custom luci applications, but it also brings in a bunch of luci apps from the luci repo, which I do not want/need compiled.

What can I install instead thru the feeds script to not bring in all the luci repo applications?