driconf: Add option definitions to source file, not generated target
authorCarl Worth <cworth@cworth.org>
Mon, 3 Dec 2012 23:43:16 +0000 (15:43 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 11 Jan 2013 21:54:54 +0000 (13:54 -0800)
commitbc50f02bc708ce4f28f76e2905e69d68a7ff6a2c
treeaa3d0bc9aa50b7eeb8f8d8f97ffe47f2d36857a1
parent4148a29ed83d1d85bff3d4e40e847128011c3f20
driconf: Add option definitions to source file, not generated target

For the last two most-recently-added driconf options, their definition was
manually added to options.h, a file which is intended to be automatically
generated, (as part of support for translated driconf option
descriptions). This means that these options would be eliminated if the
generation step were performed again.

Fix this by correctly adding the definitions of these options to t_options.h,
(the file used as input to the generator), and not the options.h file, which
is generated.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/common/xmlpool/t_options.h